fixing relative path issues with archives/
This commit is contained in:
parent
e0cac8069e
commit
a1e786937d
@ -31,7 +31,7 @@ class Archives(metaclass=Singleton):
|
|||||||
|
|
||||||
if not os.path.isdir(self.archives_dir):
|
if not os.path.isdir(self.archives_dir):
|
||||||
logging.error("Archives:: the path - " + self.archives_dir + " - is not a valid directory. Aborting.")
|
logging.error("Archives:: the path - " + self.archives_dir + " - is not a valid directory. Aborting.")
|
||||||
logging.erro(" -- current cwd is: " + os.getcwd())
|
logging.error(" -- current cwd is: " + os.getcwd())
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user