We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0abc028 commit ff0a9ffCopy full SHA for ff0a9ff
1 file changed
dvcurator/gui.py
@@ -174,7 +174,7 @@ def open_explorer(self):
174
else:
175
import subprocess
176
opener = "open" if sys.platform == "darwin" else "xdg-open"
177
- subprocess.call([opener, os.path.normpath(self.subfolder_path)]))
+ subprocess.call([opener, os.path.normpath(self.subfolder_path)])
178
179
# Main window buttons
180
def load_citation(self):
0 commit comments