Skip to content

Commit

Permalink
Merge pull request #627 from opengisch/fixing_warning_Invalid_value_f…
Browse files Browse the repository at this point in the history
…or_setting_exportDirectoryProject

Fixing QFieldSync:: Invalid value for setting exportDirectoryProject …
  • Loading branch information
suricactus authored Nov 27, 2024
2 parents 7ae0bc2 + 3646e95 commit 3d3b614
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 3d3b614

Please sign in to comment.