Corr repr adjusted

This commit is contained in:
Fabian Joswig 2021-11-02 13:00:23 +00:00
parent 6a092014c2
commit 410c86629a

View file

@ -498,7 +498,7 @@ class Corr:
else:
content_string += str(i + range[0])
for element in sub_corr:
content_string += '\t' + str(element)
content_string += '\t' + ' ' * int(element >= 0) + str(element)
content_string += '\n'
return content_string