add strip for path variable

This commit is contained in:
LzSkyline 2017-08-23 20:34:29 +08:00
parent a6c04a59cb
commit bcf39b09ea

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.strip('"')
infoMsg = "checking table existence using items from '%s'" % tableFile
logger.info(infoMsg)