From 4a752ea87e0d2dcfdc3e7e2dfd048dc118c1084b Mon Sep 17 00:00:00 2001 From: ekultek Date: Tue, 3 Oct 2017 14:56:12 -0500 Subject: [PATCH] minor fix for Github auto issue, will put the version number now --- var/auto_issue/github.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/var/auto_issue/github.py b/var/auto_issue/github.py index 39fefa8..7a01035 100644 --- a/var/auto_issue/github.py +++ b/var/auto_issue/github.py @@ -14,6 +14,7 @@ from lib.settings import ( set_color, get_latest_log_file, CURRENT_LOG_FILE_PATH, + VERSION ) @@ -71,10 +72,12 @@ def request_issue_creation(): issue_data = { "title": issue_title, - "body": "Error info:\n```{}````\n\n" + "body": "Zeus version:\n`{}`\n\n" + "Error info:\n```{}````\n\n" "Running details:\n`{}`\n\n" "Commands used:\n`{}`\n\n" "Log file info:\n```{}```".format( + VERSION, str(stacktrace), str(platform.platform()), " ".join(sys.argv),