View Issue Details

IDProjectCategoryView StatusLast Update
0010590Talerotherpublic2025-11-12 21:54
Reporterhtgoebel Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version1.0 
Target Version1.2Fixed in Version1.2 
Summary0010590: taler_error_codes.py generated by GANA is invalid
DescriptionThe taler_error_codes.py generated by the Makefile in GANA is invalid:

$ python -c 'import taler_error_codes'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "…/taler_error_codes.py", line 47
    INVALID = 0001
              ^^^
SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers
Additional InformationSolved by running

sed -i 's/= 0*\([1-9]\)/= \1/' taler_error_codes.py
TagsNo tags attached.

Activities

Christian Grothoff

2025-11-12 21:54

manager   ~0026408

fix a20eac9..3d4e32f

Issue History

Date Modified Username Field Change
2025-11-12 21:04 htgoebel New Issue
2025-11-12 21:54 Christian Grothoff Assigned To => Christian Grothoff
2025-11-12 21:54 Christian Grothoff Status new => resolved
2025-11-12 21:54 Christian Grothoff Resolution open => fixed
2025-11-12 21:54 Christian Grothoff Fixed in Version => 1.2
2025-11-12 21:54 Christian Grothoff Note Added: 0026408
2025-11-12 21:54 Christian Grothoff Product Version => 1.0
2025-11-12 21:54 Christian Grothoff Target Version => 1.2