mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:36:03 +08:00
Marking unused variable
Maybe work in progress here...
This commit is contained in:
parent
9fc573a7f9
commit
0081c44ba7
@ -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…
x
Reference in New Issue
Block a user