Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Commit fe97a4e

Browse files
committed
now with less errant colons
1 parent f619de3 commit fe97a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binja.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def dropEvent(self, event):
361361
else:
362362
if (i.isLocalFile()):
363363
return
364-
self.open_name(i.toLocalFile()):
364+
self.open_name(i.toLocalFile())
365365
event.accept()
366366

367367
def new(self):

0 commit comments

Comments
 (0)