Skip to content
Snippets Groups Projects
Commit 859e1b74 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Fix debug message

parent 660def70
No related branches found
No related tags found
6 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!51Fix acct create wait,!39WIP:Feat cod rmq,!38WIP: Feat cod rmq,!21Feat git commit agent
......@@ -77,7 +77,7 @@ def git_commit(ch, method, properties, body):
git.add(user_ldif)
logger.debug('git add %s', group_ldif)
git.add(group_ldif)
logger.debug("git commit -m 'Added new cheaha user: %s'", branch_name)
logger.debug("git commit -m 'Added new cheaha user: %s'", username)
git.commit(m="Added new cheaha user: " + username)
logger.debug('git checkout master')
git.checkout('master')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment