* src/DbManager.py (__rcs): Typo.

svn: r8616
This commit is contained in:
Alex Roitman
2007-06-21 02:18:22 +00:00
parent 524e21ceba
commit 3f062375f5
4 changed files with 37 additions and 14 deletions

View File

@@ -425,7 +425,7 @@ class DbManager:
else:
base_path = self.dbstate.db.get_save_path()
archive = os.path.join(base_path, ARCHIVE)
check_in(self.dbstate.db, ARCHIVE, None, self.__start_cursor)
check_in(self.dbstate.db, archive, None, self.__start_cursor)
self.__end_cursor()
self.__populate()