Skip to content

Commit

Permalink
Rephrased comment after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ratsuf committed May 8, 2021
1 parent c864fe6 commit 66d61f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cerberus/invoke/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


# Invokes a given command and returns the stdout.
# Will stop Cerberus execution with UnboundLocalError in case of exception.
# Will stop Cerberus execution with exit code 1.
def invoke(command):
output = ""
try:
Expand Down

0 comments on commit 66d61f9

Please sign in to comment.