Better handling of Object names in a separate dictionary.
This commit is contained in:
parent
3dc69cc9ba
commit
fad5325501
13 changed files with 84 additions and 49 deletions
|
@ -149,6 +149,7 @@ class Helper(QObject):
|
|||
@Slot()
|
||||
def fetchChangelog(self):
|
||||
changelog_cache_path = path.join(path.dirname(path.realpath(__file__)), "CHANGELOG.md")
|
||||
print(changelog_cache_path)
|
||||
if path.exists(changelog_cache_path):
|
||||
# We have a cached version of the changelog, for env that don't have access to the internet.
|
||||
f = open(changelog_cache_path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue