aboutsummaryrefslogtreecommitdiffstats
path: root/bin/acme/srtool_jira.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/acme/srtool_jira.py')
-rwxr-xr-xbin/acme/srtool_jira.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/acme/srtool_jira.py b/bin/acme/srtool_jira.py
index dc72404b..f9b8103b 100755
--- a/bin/acme/srtool_jira.py
+++ b/bin/acme/srtool_jira.py
@@ -54,6 +54,7 @@ dir_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
sys.path.insert(0, dir_path)
from common.srt_schema import ORM
+# Setup:
srtDbName = 'srt.sqlite'
srtErrorLog = 'srt_errors.txt'
@@ -556,7 +557,7 @@ def get_jira_er(project_prefix):
#log.write("GETTING ENHANCEMENT REQUESTS FOR " + project_prefix)
print ("GETTING ENHANCEMENT REQUESTS FOR " + project_prefix)
try:
- jira = JIRA(JIRA_PRODUCTION_LINK', auth=(srt_user, srt_passwd))
+ jira = JIRA(JIRA_PRODUCTION_LINK, auth=(srt_user, srt_passwd))
except Exception as e:
print("CONNECTION TO JIRA FAILED")
return