2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-24 23:58:27 +00:00

Update tests/_check_backup_files.py

Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
This commit is contained in:
Lev 2021-12-19 14:36:53 +03:00 committed by GitHub
parent 5e84d7734c
commit f45620bae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ def main() -> int:
raise exc("private files")
if not public_files:
raise exc("public files")
print("All files was pushed to S3!")
print("All files were pushed to S3!")
return 0