Closed joachimtingvold closed 7 years ago
Works by removing , exc
;
root@gridlock:~/bin/sasutils# diff -u /usr/lib/python3/dist-packages/sasutils/sysfs.py.old /usr/lib/python3/dist-packages/sasutils/sysfs.py
--- /usr/lib/python3/dist-packages/sasutils/sysfs.py.old 2017-05-02 19:32:08.380021366 +0200
+++ /usr/lib/python3/dist-packages/sasutils/sysfs.py 2017-05-02 19:34:16.007126348 +0200
@@ -128,7 +128,7 @@
found = True
with open(path, 'w') as fp:
fp.write(str(value))
- except IOError, exc:
+ except IOError:
if not ignore_errors:
raise
if not found and not ignore_errors:
@jallakim Thanks! We'll fix that.
Hi,
Trying to install this as a .deb-package, but yields an error trying to install the .deb-file.
Then building it;
Then installing...
Installed python-related packages;