This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
catch IOError instead of FileNotFoundError to not break compilation on python2
tags/v1.9.11-RC1
Karl Lindén
10 years ago
parent
ba9659481b
commit
d2c85fab0d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
wscript
+ 1
- 1
wscript
View File
@@ -608,7 +608,7 @@ def configure(conf):
if m != None:
svnrev = m.group(1)
f.close()
except
FileNotFound
Error:
except
IO
Error:
pass
if Options.options.mixed == True:
Write
Preview
Loading…
Cancel
Save