mirror of
https://github.com/evilhero/mylar
synced 2025-03-09 21:33:42 +00:00
FIX:(#821) logger module not loaded when retrieving issue title
This commit is contained in:
parent
9c712e6a10
commit
4552ecc27f
1 changed files with 1 additions and 1 deletions
|
@ -1406,7 +1406,7 @@ def IssueDetails(filelocation, IssueID=None):
|
|||
return issuedetails
|
||||
|
||||
def get_issue_title(IssueID):
|
||||
import db
|
||||
import db, logger
|
||||
myDB = db.DBConnection()
|
||||
issue = myDB.selectone('SELECT * FROM issues WHERE IssueID=?', [IssueID]).fetchone()
|
||||
if issue is None:
|
||||
|
|
Loading…
Add table
Reference in a new issue