Syntax Bug fixed

This commit is contained in:
Dominik Moritz Roth 2022-11-19 16:35:04 +01:00
parent e45423aaa4
commit 73c7e5e6c2

View File

@ -833,7 +833,7 @@ def addScoreToLabels(G):
node['score'], node['se'])
else:
node['label'] += " (0±∞)"
if False node['t'] in ['tag']:
if False and node['t'] in ['tag']:
if 'score' in node and node['score'] != None and 'se' in node:
node['label'] += " ({:.1f})".format(
node['score'])