From 38c916233699016e472ae768a2852f9f3ae64225 Mon Sep 17 00:00:00 2001 From: Martin Petran Date: Thu, 13 May 2021 19:30:40 +0200 Subject: [PATCH] v1.0 --- collare/collare.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collare/collare.py b/collare/collare.py index 21e1078..5a299e1 100644 --- a/collare/collare.py +++ b/collare/collare.py @@ -169,7 +169,6 @@ def dropEvent(self, event): dest_item = dest_item.parent().parent().parent() if len(self.getPathToRoot(dest_item)) > 0: if source_item.whatsThis(0) == "folder" or source_item.whatsThis(0) == "binary": - print(self.getPathToRoot(dest_item)) data = { "project_name": self.projectName, "source_path": self.getPathToRoot(source_item), @@ -878,7 +877,7 @@ def openDBFile(self,path,version): elif path[-1] == "idb": Popen([f'ida',file_path.replace("\\","\\\\")],stdin=None, stdout=None, stderr=None, close_fds=True) elif path[-1] == "jdb2": - print(file_path) + # has to be jeb.bat for windows if os.name == "nt": jeb = "jeb.bat"