Skip to content

Commit

Permalink
Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentDemonSD authored Jun 15, 2023
1 parent 03bcd5e commit 007398d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/helper/mirror_utils/upload_utils/ddlEngine.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async def upload(self, file_name, size):
return
LOGGER.info(f"Uploaded To DDL: {file_name}")
except Exception as err:
await LOGGER.info(f"upload cancel")
LOGGER.info(f"DDL Upload has been Cancelled")
self.__is_errored = True
finally:
if self.__is_cancelled or self.__is_errored:
Expand Down

0 comments on commit 007398d

Please sign in to comment.