Skip to content

Commit

Permalink
doc(profile sync): add comment about environment variable conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkerloch committed Sep 5, 2024
1 parent 3aad5ac commit 574239f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qgis_deployment_toolbelt/jobs/job_profiles_synchronizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ def sync_overwrite_local_profiles(
dirs_exist_ok=True,
)

# Environment variable will be converted during merge
logger.info(f"Merging {d.folder} to {d.path_in_qgis}")
installed_profile = QdtProfile(folder=d.path_in_qgis)
d.merge_to(installed_profile)

0 comments on commit 574239f

Please sign in to comment.