mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-21 14:30:57 -04:00
...
This commit is contained in:
parent
86eda01772
commit
dd033a2bcc
@ -102,7 +102,8 @@ class Check(Command):
|
|||||||
errors = True
|
errors = True
|
||||||
if errors:
|
if errors:
|
||||||
cPickle.dump(cache, open(self.CACHE, 'wb'), -1)
|
cPickle.dump(cache, open(self.CACHE, 'wb'), -1)
|
||||||
subprocess.call(['gvim', '-f', f])
|
subprocess.call(['gvim', '-S',
|
||||||
|
self.j(self.SRC, '../session.vim'), '-f', f])
|
||||||
raise SystemExit(1)
|
raise SystemExit(1)
|
||||||
cache[f] = mtime
|
cache[f] = mtime
|
||||||
for x in builtins:
|
for x in builtins:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user