Skip to content

Commit

Permalink
LCI run GDT before committing the snapshot
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@242 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Sep 10, 2008
1 parent 71003ac commit e7412c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion topics/convergence/lci/lci.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,13 @@ def extractall():
problem = True
#sysexit(3)
else:
copyfile('bgf/'+bgf+'.bgf','snapshot/'+bgf+'.bgf')
run = tools['comparison'] + ' bgf/'+bgf+'.bgf snapshot/'+bgf+'.bgf'
logwrite(run)
if os.system(run+shutup):
# different from the saved version
print 'Extracted a newer version of',bgf
copyfile('bgf/'+bgf+'.bgf','snapshot/'+bgf+'.bgf')
logwrite('cp bgf/'+bgf+'.bgf snapshot/'+bgf+'.bgf')
print 'Extraction finished.'

def validateall():
Expand Down

0 comments on commit e7412c6

Please sign in to comment.