-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 617: Reload project following sync of updated .qgz file on windows (
#632) The qgis project was not reloading after a sync on windows when there was only change to the .qgz file This happened because QgsProject.instance().fileName() &QgsProject.instance().absolutePath()returned unix-style path even on windows. This behavior mismatch with the return of e.g os.path.join in python. This PR fix the is by adding an extra os.path.normpath Fix #617
- Loading branch information
1 parent
4e57258
commit ef0b250
Showing
4 changed files
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters