-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
Hi guys, just wanted to run this by here. Would the body of the second if statement ever be hit? Doesn't seem like it would. Is this a bug?
if isinstance(f, Group):
assert cursor.val >= header.value['blockLength']
if cursor.val < header.value['blockLength']:
format_str_parts.append(str(header.value['blockLength'] - cursor.val) + 'x')Link to line of the code
Metadata
Metadata
Assignees
Labels
No labels