mirror of https://gitlab.com/bashrc2/epicyon
Typo
parent
0923146298
commit
2602aa5cd8
|
@ -739,7 +739,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
itemCtr = 0
|
itemCtr = 0
|
||||||
if timelineJson:
|
if timelineJson:
|
||||||
if not timelineJson.get('orderedItems'):
|
if not timelineJson.get('orderedItems'):
|
||||||
print('ERROR: no orderedItems in timeline for ' + boxName:)
|
print('ERROR: no orderedItems in timeline for ' + boxName)
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
if timelineJson:
|
if timelineJson:
|
||||||
|
|
Loading…
Reference in New Issue