Skip to content

Commit 8310d13

Browse files
SeqLazsuricactus
andauthored
Update qfieldsync/gui/package_dialog.py
Co-authored-by: Ivan Ivanov <suricactus@users.noreply.github.com>
1 parent b29d3e7 commit 8310d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qfieldsync/gui/package_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def package_project(self):
172172
self.qfield_preferences.set_value("exportDirectoryProject", export_folder)
173173
self.dirsToCopyWidget.save_settings()
174174

175-
tmp_path = os.path.dirname(self.tmp_project)
175+
tmp_project_filepath = Path(self.tmp_project_filename).parent
176176

177177
new_project_path = os.path.join(
178178
tmp_path, f"{self.packaged_project_name.text()}.qgs"

0 commit comments

Comments
 (0)