Skip to content

Commit

Permalink
fixed the cleanup of package database before extract the new
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmartins committed Aug 4, 2010
1 parent 359ffcd commit ae014ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion g_octave/__init__.py
Expand Up @@ -32,4 +32,4 @@
__copyright__ = '(c) 2009-2010 %s' % __author__
__license__ = 'GPLv2'

__version__ = '0.3'
__version__ = '0.4'
2 changes: 1 addition & 1 deletion g_octave/fetch.py
Expand Up @@ -40,7 +40,7 @@
from contextlib import closing

def clean_db():
for f in ['info.json', 'patches', 'octave-forge']:
for f in ['timestamp', 'info.json', 'patches', 'octave-forge']:
current = os.path.join(conf.db, f)
if os.path.isdir(current):
shutil.rmtree(current)
Expand Down

0 comments on commit ae014ea

Please sign in to comment.