fixing relative path issues with archives/

This commit is contained in:
gauthiier 2017-07-27 16:14:58 +02:00
parent e0cac8069e
commit a1e786937d

View File

@ -31,7 +31,7 @@ class Archives(metaclass=Singleton):
if not os.path.isdir(self.archives_dir):
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