You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within com/codec_generator.py at line 38 the "if '.' in used_package:" check looks like it should have an else clause.
It appears that line 41,42,43 are indented once too often.
Within com/codec_generator.py at line 38 the "if '.' in used_package:" check looks like it should have an else clause.
It appears that line 41,42,43 are indented once too often.