Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
  • Loading branch information
Dup4 committed Nov 30, 2023
1 parent f16b50f commit 8a64198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submit-stress-test/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def submit(pid, filepath):

try:
if res.status_code != 200:
logger.error("submit faield. [filepath={}] [status_code={}]".format(
logger.error("submit failed. [filepath={}] [status_code={}]".format(
filepath, res.status_code))
else:
logger.info("submit success. [filepath={}]".format(filepath))
Expand Down

0 comments on commit 8a64198

Please sign in to comment.