paths must be stored abs
This commit is contained in:
@@ -35,6 +35,10 @@ def setup_options():
|
|||||||
options.run=True
|
options.run=True
|
||||||
if options.clearAll:
|
if options.clearAll:
|
||||||
options.clear=True
|
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
|
return options
|
||||||
|
|
||||||
def createdb(fname):
|
def createdb(fname):
|
||||||
|
|||||||
Reference in New Issue
Block a user