Compare commits
2 Commits
e4ccfb544b
...
e9ee1b47d7
Author | SHA1 | Date | |
---|---|---|---|
e9ee1b47d7 | |||
eb887950b3 |
@ -195,7 +195,7 @@ if __name__ == "__main__":
|
|||||||
path = os.path.expanduser(cfg[k]["path"])
|
path = os.path.expanduser(cfg[k]["path"])
|
||||||
cmd = f"git config --global --add safe.directory {path}"
|
cmd = f"git config --global --add safe.directory {path}"
|
||||||
# I am not outputting any errors here because of a dumb bug in WSL.
|
# 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()
|
Path(config_file).touch()
|
||||||
if len(sys.argv) == 3:
|
if len(sys.argv) == 3:
|
||||||
if not sys.argv[2] in cfg.keys():
|
if not sys.argv[2] in cfg.keys():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user