Skip to content

Commit

Permalink
Update libqfieldsync/offline_converter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Ivanov <[email protected]>
  • Loading branch information
SeqLaz and suricactus authored Oct 19, 2024
1 parent 21eccac commit b19720c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libqfieldsync/offline_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __init__(
# elipsis workaround
self.trUtf8 = self.tr

self.export_folder = Path(export_folder)
self.export_folder = Path(export_filename).parent
self._export_filename = Path(export_filename).stem
self._export_title = export_title
self.export_type = export_type
Expand Down

0 comments on commit b19720c

Please sign in to comment.