Skip to content

Commit

Permalink
Print the open_project parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Oct 9, 2024
1 parent 528345d commit 8ae2754
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libqfieldsync/offline_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ def convert(self, reload_original_project: bool = True) -> None:
QgsProject.instance().clear()
QCoreApplication.processEvents()

print(
"offline_converter",
str(self.original_filename),
self.backup_filename,
)
open_project(str(self.original_filename), self.backup_filename)

self.total_progress_updated.emit(100, 100, self.tr("Finished"))
Expand Down

0 comments on commit 8ae2754

Please sign in to comment.