From 541924646da0f86f070b273083ef06274ccdc0e3 Mon Sep 17 00:00:00 2001 From: clime Date: Sun, 10 May 2020 23:47:14 +0200 Subject: [PATCH] comment tweak --- scripts/httpd/upload.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/httpd/upload.cgi b/scripts/httpd/upload.cgi index 549dbd1..ccb2468 100755 --- a/scripts/httpd/upload.cgi +++ b/scripts/httpd/upload.cgi @@ -141,7 +141,7 @@ def get_checksum_and_hash_type(form): def emit_fedmsg(config, name, checksum, filename, username, msgpath): - # Emit a fedmsg message. Load the config to talk to the fedmsg-relay. + # Emit a fedmsg message. Load the config to talk to the fedmsg-relay. if config.getboolean('upload', 'fedmsgs', fallback=True): try: import fedmsg