Missing state flush after checking initial file existence.
This caused an assertion in some error conditions.
This commit is contained in:
parent
93d2515bc5
commit
0d60e4e2ec
1 changed files with 1 additions and 0 deletions
1
redo.py
1
redo.py
|
|
@ -53,6 +53,7 @@ try:
|
|||
if not f.is_generated:
|
||||
warn('%s: exists and not marked as generated; not redoing.\n'
|
||||
% f.nicename())
|
||||
state.rollback()
|
||||
|
||||
j = atoi(opt.jobs or 1)
|
||||
if j < 1 or j > 1000:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue