Skip to content

Commit 8d7d2a3

Browse files
style: revert logging format to use joined command list
Signed-off-by: guptapratykshh <[email protected]>
1 parent a71e04f commit 8d7d2a3

File tree

1 file changed

+1
-1
lines changed
  • augur/tasks/git/util/facade_worker/facade_worker

1 file changed

+1
-1
lines changed

augur/tasks/git/util/facade_worker/facade_worker/repofetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def git_repo_updates(facade_helper, repo_git):
359359
getremotedefault = ["git", "-C", absolute_path, "checkout", remotedefault]
360360

361361
facade_helper.log_activity(
362-
'Verbose', f"get remote default command is: \n \n git -C {absolute_path} checkout {remotedefault} \n \n ")
362+
'Verbose', f"get remote default command is: \n \n {' '.join(getremotedefault)} \n \n ")
363363

364364
return_code_remote_default_again, _ = facade_helper.run_git_command(
365365
getremotedefault,

0 commit comments

Comments
 (0)