Skip to content

Commit

Permalink
Disable line number mapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Zoë Bevan–McGregor committed Jan 24, 2023
1 parent 1afec79 commit 396a285
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cinje/block/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ def __call__(self, context):

yield Line(0, '')

if __debug__:
yield Line(0, '__mapping__ = [' + ','.join(str(i) for i in mapping) + ']')
#if __debug__:
# yield Line(0, '__mapping__ = [' + ','.join(str(i) for i in mapping) + ']')

yield Line(0, '__gzmapping__ = b"' + red(mapping).replace('"', '\"') + '"')
#yield Line(0, '__gzmapping__ = b"' + red(mapping).replace('"', '\"') + '"')

context.flag.remove('init')

0 comments on commit 396a285

Please sign in to comment.