Skip to content

Commit

Permalink
Warnings are warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Jan 1, 2015
1 parent fac587a commit bc52485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ def processImportFile(tdenv, db, importPath, tableName):
except (DeprecatedKeyError, DeletedKeyError) as e:
if not tdenv.ignoreUnknown:
raise e
e.category = "WARNING"
tdenv.NOTE("{}", e)
continue
if uniqueIndexes:
Expand Down

0 comments on commit bc52485

Please sign in to comment.