paths must be stored abs
This commit is contained in:
@@ -35,6 +35,10 @@ def setup_options():
|
||||
options.run=True
|
||||
if options.clearAll:
|
||||
options.clear=True
|
||||
if options.SRC!='':
|
||||
options.SRC=os.path.abspath(options.SRC)
|
||||
if options.TGT!='':
|
||||
options.TGT=os.path.abspath(options.TGT)
|
||||
return options
|
||||
|
||||
def createdb(fname):
|
||||
|
||||
Reference in New Issue
Block a user