Commit 53b0d442 authored by Leo Iannacone's avatar Leo Iannacone

module: fix correctly set uploader

parent 1d347335
......@@ -90,7 +90,7 @@ class DebomaticModule_JSONLogger:
status = {}
status['package'] = args.package
status['distribution'] = args.distribution
status['uploader'] = ""
status['uploader'] = args.uploader
if args.uploader != "":
email = args.uploader.lower().encode('utf-8')
status['gravatar'] = md5(email).hexdigest()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment