Skip to content

Commit 08317f7

Browse files
gounuxsuricactus
andauthored
Update libqfieldsync/offline_converter.py
Co-authored-by: Ivan Ivanov <[email protected]>
1 parent e680def commit 08317f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libqfieldsync/offline_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def _export_basemap_as_mbtiles(
630630
"ZOOM_MIN": self.project_configuration.base_map_tiles_min_zoom_level,
631631
"ZOOM_MAX": self.project_configuration.base_map_tiles_max_zoom_level,
632632
"TILE_SIZE": 256,
633-
"OUTPUT_FILE": basemap_export_path,
633+
"OUTPUT_FILE": str(basemap_export_path),
634634
}
635635

636636
# clone current QGIS project

0 commit comments

Comments
 (0)