Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Smith committed Nov 5, 2014
1 parent 0a886f8 commit b0e8b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def processImportFile(tdenv, db, importPath, tableName):
for linein in csvin:
if len(linein) == columnCount:
tdenv.DEBUG(1, " Values: {}", ', '.join(linein))
if deprecationFn: deprecationFn(linein, cmdenv.debug)
if deprecationFn: deprecationFn(linein, tdenv.debug)
try:
db.execute(sql_stmt, linein)
except Exception as e:
Expand Down

0 comments on commit b0e8b0e

Please sign in to comment.