changeset 234:36a9dc0d52d4

for debugging?
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 26 Sep 2024 12:24:16 +0100
parents cc2be4008dae
children 60e95defd1ec
files lib/python/cc/ix.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/python/cc/ix.py	Thu May 09 12:36:57 2024 +0100
+++ b/lib/python/cc/ix.py	Thu Sep 26 12:24:16 2024 +0100
@@ -22,6 +22,7 @@
 
 class HackFormat(argparse.RawDescriptionHelpFormatter):
   def format_help(self):
+    global FOO
     FOO=argparse.RawDescriptionHelpFormatter.format_help(self)
     return HACK_USAGE.sub('\n             [ ( -x | length offset filename ) ]',
                           FOO)