We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eed3b6 commit f403bb8Copy full SHA for f403bb8
tagstudio/src/qt/ts_qt.py
@@ -468,7 +468,7 @@ def create_folders_tags_modal():
468
self.init_library_window()
469
self.migration_modal: JsonMigrationModal = None
470
471
- path_result = self.evaluate_path(self.args.open)
+ path_result = self.evaluate_path(str(self.args.open).strip())
472
# check status of library path evaluating
473
if path_result.success and path_result.library_path:
474
self.splash.showMessage(
0 commit comments