Skip to content

Commit

Permalink
Include a skip message for tables not in the AB database
Browse files Browse the repository at this point in the history
  • Loading branch information
rsh7 committed Jul 31, 2018
1 parent ab6f86a commit 3ae2acc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions musicbrainz_importer/apply_replication_changes.py
Expand Up @@ -248,6 +248,8 @@ def process(self):
if keys or values:
update_row(sql, params, connection, trans)
print ('Updated rows in ' + table + ' table')
else:
print ('Skipping changes, ' + table + ' table not found in the database')


def process_tar(fileobj, expected_schema_seq, replication_seq):
Expand Down

0 comments on commit 3ae2acc

Please sign in to comment.