Addon Manager: Update to Python 3.8
This commit is contained in:
@@ -546,7 +546,7 @@ if HAVE_QTNETWORK:
|
||||
f = self.file_buffers[index]
|
||||
try:
|
||||
f.write(buffer.data())
|
||||
except IOError as e:
|
||||
except OSError as e:
|
||||
if HAVE_FREECAD:
|
||||
FreeCAD.Console.PrintError(
|
||||
f"Network Manager internal error: {str(e)}"
|
||||
|
||||
Reference in New Issue
Block a user