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
move comment on line by itself..
[git-p4: depot-paths = "//depot/": change = 1369]
main
John-Mark Gurney
15 years ago
parent
4c6bbad68b
commit
75e38e327f
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
FSStorage.py
+ 2
- 1
FSStorage.py
View File
@@ -240,7 +240,8 @@ def dofileadd(path, name):
for i in itertools.chain(( ignoreFiles, ), _klassfuns, ( defFS, )):
for i in itertools.chain(( ignoreFiles, ), _klassfuns, ( defFS, )):
try:
try:
try:
try:
fobj.seek(0) # incase the call expects a clean file
# incase the call expects a clean file
fobj.seek(0)
except:
except:
pass
pass
Write
Preview
Loading…
Cancel
Save