diff --git a/jdownie/repo/repo b/jdownie/repo/repo index 9d4e0a0..22704c6 100755 --- a/jdownie/repo/repo +++ b/jdownie/repo/repo @@ -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():