diff --git a/sam/onyx/parse_dot.py b/sam/onyx/parse_dot.py index d10d6f6a..f5562be2 100644 --- a/sam/onyx/parse_dot.py +++ b/sam/onyx/parse_dot.py @@ -1177,7 +1177,7 @@ def rewrite_arrays(self): og_label = attrs['label'] og_label = og_label.split('_') - #TODO better solution for this? + # TODO better solution for this? if len(og_label) > 1 and og_label[-1] != 'lut': print(attrs) print(og_label)