Compare commits
No commits in common. "e9ee1b47d72a49eea2e187ee7f650f868206e484" and "e4ccfb544b23e82fe0a09f1a65aa1e3fb096381d" have entirely different histories.
e9ee1b47d7
...
e4ccfb544b
@ -195,7 +195,7 @@ if __name__ == "__main__":
|
||||
path = os.path.expanduser(cfg[k]["path"])
|
||||
cmd = f"git config --global --add safe.directory {path}"
|
||||
# I am not outputting any errors here because of a dumb bug in WSL.
|
||||
output = execute_command(cmd, dump_error=False)
|
||||
output = execute_command(cmd, False)
|
||||
Path(config_file).touch()
|
||||
if len(sys.argv) == 3:
|
||||
if not sys.argv[2] in cfg.keys():
|
||||
|
Loading…
x
Reference in New Issue
Block a user