Skip to content

Commit

Permalink
Disable removeOldPkgs option
Browse files Browse the repository at this point in the history
This was causing a crash. Old packages are still removed though???
  • Loading branch information
AlexNPavel committed Aug 11, 2016
1 parent 1731028 commit d617498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm2python/populatedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def create_tables(app, dbase):
app.logger.info("Tables Created (if they didn't exist)")


def update_db(app, clean=False, create=False, removeoldpkg=True):
def update_db(app, clean=False, create=False, removeoldpkg=False):
""" Wrapper function that governs everything """
#my_conv = { FIELD_TYPE.LONG: int }
db_host = app.config.get("rpmdb", "host")
Expand Down

0 comments on commit d617498

Please sign in to comment.