From d7e793cc7aea95dd8cc005cb962724b4b4208144 Mon Sep 17 00:00:00 2001 From: ekultek Date: Sat, 2 Dec 2017 11:26:19 -0600 Subject: [PATCH] patch for an issue where the status code was in the wrong place issue #219 --- var/auto_issue/github.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/var/auto_issue/github.py b/var/auto_issue/github.py index 505ef2d..f000fd6 100644 --- a/var/auto_issue/github.py +++ b/var/auto_issue/github.py @@ -44,14 +44,14 @@ def request_issue_creation(): )) lib.core.common.shutdown() - '''question = lib.core.common.prompt( + question = lib.core.common.prompt( "would you like to create an anonymous issue and post it to Zeus's Github", opts="yN" ) if question.lower().startswith("n"): lib.core.settings.logger.error(lib.core.settings.set_color( "Zeus has experienced an internal error and cannot continue, shutting down...", level=40 )) - lib.core.common.shutdown()''' + lib.core.common.shutdown() lib.core.settings.fix_log_file() lib.core.settings.logger.info(lib.core.settings.set_color(