Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Sep 2, 2021
1 parent 2c9256f commit c594c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandaclient/PchainScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def _onExit(dir, del_command):
tmpLog.info(tmpStr)
else:
check_stat = tmpOut[1]['status']
check_log = 'check log from the server\n' + tmpOut[1]['log']
check_log = 'messages from the server\n' + tmpOut[1]['log']
tmpLog.info(check_log)
if check_stat:
tmpLog.info('successfully verified workflow description')
Expand Down

0 comments on commit c594c4e

Please sign in to comment.