This commit is contained in:
LzSkyline 2017-08-23 12:10:25 +00:00 committed by GitHub
commit 4438e35460

View File

@ -81,6 +81,7 @@ def tableExists(tableFile, regex=None):
if choice == '2':
message = "what's the custom common tables file location?\n"
tableFile = readInput(message) or tableFile
tableFile = tableFile.strim('"')
infoMsg = "checking table existence using items from '%s'" % tableFile
logger.info(infoMsg)