chmod +x
This commit is contained in:
4
find_git_commit.py
Normal file → Executable file
4
find_git_commit.py
Normal file → Executable file
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import argparse
|
||||
import re
|
||||
import os
|
||||
@@ -180,4 +182,4 @@ if __name__ == "__main__":
|
||||
run(valid_files, args.dir, git_dir)
|
||||
|
||||
if is_remote_git and not args.nodelete:
|
||||
shutil.rmtree(git_dir)
|
||||
shutil.rmtree(git_dir)
|
||||
|
||||
Reference in New Issue
Block a user