Skip to content

Commit ff0a9ff

Browse files
committed
syntax error
1 parent 0abc028 commit ff0a9ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dvcurator/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def open_explorer(self):
174174
else:
175175
import subprocess
176176
opener = "open" if sys.platform == "darwin" else "xdg-open"
177-
subprocess.call([opener, os.path.normpath(self.subfolder_path)]))
177+
subprocess.call([opener, os.path.normpath(self.subfolder_path)])
178178

179179
# Main window buttons
180180
def load_citation(self):

0 commit comments

Comments
 (0)