Skip to content

Commit

Permalink
Fixing QFieldSync:: Invalid value for setting exportDirectoryProject …
Browse files Browse the repository at this point in the history
…must be a string
  • Loading branch information
SeqLaz committed Nov 26, 2024
1 parent 7ae0bc2 commit 3646e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfieldsync/gui/package_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def package_project(self):
)

self.qfield_preferences.set_value(
"exportDirectoryProject", packaged_project_file.parent
"exportDirectoryProject", str(packaged_project_file.parent)
)
self.dirsToCopyWidget.save_settings()

Expand Down

0 comments on commit 3646e95

Please sign in to comment.