Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martyx00 committed May 13, 2021
1 parent 9c220b7 commit 38c9162
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions collare/collare.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 38c9162

Please sign in to comment.