Compare commits

...

2 Commits

View File

@ -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, False)
output = execute_command(cmd, dump_error=False)
Path(config_file).touch()
if len(sys.argv) == 3:
if not sys.argv[2] in cfg.keys():