Skip to content

Commit

Permalink
ref: better directory naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 15, 2021
1 parent b72e1c6 commit 3346e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyjibe/fd/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, *args, **kwargs):
if not self.settings.value("force-distance/rate ts path", ""):
dataloc = pathlib.Path(QtCore.QStandardPaths.writableLocation(
QtCore.QStandardPaths.AppDataLocation))
ts_import_path = dataloc / "training_sets_imported"
ts_import_path = dataloc / "force-distance_rate-ts-user"
self.settings.setValue("force-distance/rate ts path",
str(ts_import_path))

Expand Down

0 comments on commit 3346e24

Please sign in to comment.