This commit is contained in:
LzSkyline 2017-09-12 08:39:45 +00:00 committed by GitHub
commit 8921dc36a0

View File

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