This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
pymeds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
use bare raise when possible..
[git-p4: depot-paths = "//depot/": change = 832]
v0.3
John-Mark Gurney
19 years ago
parent
9d5bc2b388
commit
e34305af0a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
FSStorage.py
+ 1
- 1
FSStorage.py
View File
@@ -58,7 +58,7 @@ class FSObject(object):
self.cd.delItem(self.id)
return None
else:
raise
x
raise
return self
Write
Preview
Loading…
Cancel
Save