Skip to content

Commit

Permalink
Make sure all offliners override convert_to_offline method
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Jan 9, 2024
1 parent 4fae445 commit e5fc6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libqfieldsync/offliners.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def convert_to_offline(


class PythonMiniOffliner(BaseOffliner):
def convert(
def convert_to_offline(
self,
offline_db_filename: str,
layers: List[QgsMapLayer],
Expand Down

0 comments on commit e5fc6f3

Please sign in to comment.