Skip to content

Commit 70a6c15

Browse files
committed
fix: review suggestion
1 parent b74e872 commit 70a6c15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tagstudio/src/qt/ts_qt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ def __init__(self, backend, args):
178178
logger.info("Using Config File", path=path)
179179
self.settings = TSSettings.read_settings(path)
180180
else:
181-
path = Path()
182181
if sys.platform == "win32":
183182
path = Path.home() / "AppData" / "Roaming" / "TagStudio" / "config.toml"
184183
else: # "linux" and "darwin" should use the same config directory

0 commit comments

Comments
 (0)