pixelb/scripts

Error in V2.5

Closed this issue · 1 comments

I've found a problem with this version when run whith Python 3.2.1.

The problem is the next:
File "./ps_mem.py", line 133
except (IOError, OSError) value:
^
SyntaxError: invalid syntax

I corrected this with change the , with as

Fixed with 9241271. thanks!