diff --git a/stackviz/export.py b/stackviz/export.py index 5e8933a..4c0fc2d 100644 --- a/stackviz/export.py +++ b/stackviz/export.py @@ -119,7 +119,7 @@ def main(): if os.listdir(args.path): print("Destination exists and is not empty, cannot continue") return 1 - + else: os.mkdir(args.path) init_django(args)