Loading installsystems/image.py +2 −1 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ class SourceImage(Image): arrow("Creating base directories", 1, verbose) try: for d in (path, parser_path, setup_path, data_path): if not os.path.exists(d) or not os.path.isdir(d): os.mkdir(d) except Exception as e: raise Exception("Unable to create directory: %s: %s" % (d, e)) Loading Loading
installsystems/image.py +2 −1 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ class SourceImage(Image): arrow("Creating base directories", 1, verbose) try: for d in (path, parser_path, setup_path, data_path): if not os.path.exists(d) or not os.path.isdir(d): os.mkdir(d) except Exception as e: raise Exception("Unable to create directory: %s: %s" % (d, e)) Loading