Browse Source

move comment on line by itself..

[git-p4: depot-paths = "//depot/": change = 1369]
main
John-Mark Gurney 15 years ago
parent
commit
75e38e327f
1 changed files with 2 additions and 1 deletions
  1. +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




Loading…
Cancel
Save