mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:09:01 +08:00
parent
50f557f5a8
commit
9cf383aa7c
@ -56,7 +56,7 @@ class ChangeLog(Extension, QObject,):
|
||||
|
||||
def loadChangeLogs(self):
|
||||
self._change_logs = {}
|
||||
with open(os.path.join(PluginRegistry.getInstance().getPluginPath("ChangeLogPlugin"), "ChangeLog.txt"), 'r') as f:
|
||||
with open(os.path.join(PluginRegistry.getInstance().getPluginPath("ChangeLogPlugin"), "ChangeLog.txt"), 'r',-1, "utf-8") as f:
|
||||
open_version = None
|
||||
open_header = None
|
||||
for line in f:
|
||||
|
Loading…
x
Reference in New Issue
Block a user