Skip to content
Snippets Groups Projects
Unverified Commit b6de4969 authored by Cristiano Serri's avatar Cristiano Serri
Browse files

Jira Logger - Ripristino funzionamento jira MMFG che l'avevo rotto

parent a22c503b
Branches
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class JiraAdapter(object):
if mylog and anno_valido and mese_valido and giorno_valido:
if 'timeSpent' in worklog_dict:
ore_loggate = JiraAdapter.get_hours(['timeSpent'])
ore_loggate = JiraAdapter.get_hours(worklog_dict['timeSpent'])
else:
ore_loggate = float(worklog_dict['timeSpentSeconds']) / 3600.0
cache = self.log_cache.setdefault((issue, data.day), {})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment