mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 02:07:51 -06:00
Marking unused variable
Maybe work in progress here...
This commit is contained in:
parent
9fc573a7f9
commit
0081c44ba7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class ChangeLog(Extension, QObject,):
|
||||||
@pyqtSlot(result = str)
|
@pyqtSlot(result = str)
|
||||||
def getChangeLogString(self):
|
def getChangeLogString(self):
|
||||||
logs = self.getChangeLogs()
|
logs = self.getChangeLogs()
|
||||||
latest_version = Version(Preferences.getInstance().getValue("general/latest_version_changelog_shown"))
|
latest_version = Version(Preferences.getInstance().getValue("general/latest_version_changelog_shown")) #TODO: @UnusedVariable
|
||||||
result = ""
|
result = ""
|
||||||
for version in logs:
|
for version in logs:
|
||||||
result += "<h1>" + str(version) + "</h1><br>"
|
result += "<h1>" + str(version) + "</h1><br>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue