Commit cc5878ce authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Minor change.

parent 7107c1ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -65,8 +65,8 @@ class FileGrouper(object):
                else:
                    try:
                        shutil.rmtree(folder)
                    except OSError as e:
                        sys.exit(f"Error: {folder} => {e.strerror}")
                    except Exception:
                        raise
                os.chdir(cwd)