Skip to content

Commit

Permalink
Set download as default action (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts authored Jun 1, 2023
2 parents bdf27aa + 4c9f0b2 commit 042e132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis_deployment_toolbelt/jobs/job_profiles_synchronizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __init__(self, options: dict) -> None:
def run(self) -> None:
"""Execute job logic."""
# download or refresh
if self.options.get("action") != "download":
if self.options.get("action", "download") != "download":
raise NotImplementedError

# prepare remote source
Expand Down

0 comments on commit 042e132

Please sign in to comment.