From 75e38e327f6f6987b3f35e81bef8c355d346b49b Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sat, 11 Jul 2009 16:15:00 -0800 Subject: [PATCH] move comment on line by itself.. [git-p4: depot-paths = "//depot/": change = 1369] --- FSStorage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FSStorage.py b/FSStorage.py index c4e3238..e2428e5 100644 --- a/FSStorage.py +++ b/FSStorage.py @@ -240,7 +240,8 @@ def dofileadd(path, name): for i in itertools.chain(( ignoreFiles, ), _klassfuns, ( defFS, )): try: try: - fobj.seek(0) # incase the call expects a clean file + # incase the call expects a clean file + fobj.seek(0) except: pass