Skip to content

Commit 3b9ff5a

Browse files
committed
doc(profile sync): add comment about environment variable conversion
1 parent a5bbcaa commit 3b9ff5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qgis_deployment_toolbelt/jobs/job_profiles_synchronizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ def sync_overwrite_local_profiles(
285285
dirs_exist_ok=True,
286286
)
287287

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

0 commit comments

Comments
 (0)