fix for failing addon-manager

https://forum.freecadweb.org/viewtopic.php?f=13&t=51346
This commit is contained in:
lorenz
2020-10-20 16:30:30 +02:00
committed by GitHub
parent 783e1346c7
commit 258f9f1577
+1 -1
View File
@@ -571,7 +571,7 @@ class UpdateWorker(QtCore.QThread):
p = p.decode("utf-8")
u.close()
p = p.replace("\n"," ")
p = re.findall("octicon-file-submodule(.*?)message",p)
p = re.findall("octicon-file-submodule(.*?)<time-ago datetime",p)
basedir = FreeCAD.getUserAppDataDir()
moddir = basedir + os.sep + "Mod"
repos = []