Commit b37c6190 authored by Jan Kiene's avatar Jan Kiene
Browse files

add debug printout in python code

parent e3182c1a
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ def main(args):
            f.resolve().absolute()
            for f in cfg.output_path.iterdir()
        ]
        print(file_list)
        if len(file_list) != 0:
            raise ValueError("Output folder is not empty. Please delete or move files and folders.")