diff options
author | Frederick Muriuki Muriithi | 2022-07-14 14:20:51 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-07-19 05:08:17 +0300 |
commit | 772872452dc98b9919a861c017347e88a6536063 (patch) | |
tree | f5edcf89ee9a8b8b2a754ae0b02c8a0442765903 /scripts | |
parent | 1711bbad1409a4def4099d8721deb894a0d5e21c (diff) | |
download | gn-uploader-772872452dc98b9919a861c017347e88a6536063.tar.gz |
Rename file validation script
As preparation for building a new generic worker script, this commit
renames the file validation script from 'worker.py' to
'validate_file.py' so as to ensure the name conforms better to what
the script does.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/validate_file.py (renamed from scripts/worker.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/worker.py b/scripts/validate_file.py index c6e989f..9f0a561 100644 --- a/scripts/worker.py +++ b/scripts/validate_file.py @@ -1,4 +1,4 @@ -"""External worker script""" +"""External worker script that checks file for correctness""" import os import sys import traceback |