View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010590 | Taler | other | public | 2025-11-12 21:04 | 2025-11-12 21:54 |
| Reporter | htgoebel | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Product Version | 1.0 | ||||
| Target Version | 1.2 | Fixed in Version | 1.2 | ||
| Summary | 0010590: taler_error_codes.py generated by GANA is invalid | ||||
| Description | The 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 Information | Solved by running sed -i 's/= 0*\([1-9]\)/= \1/' taler_error_codes.py | ||||
| Tags | No tags attached. | ||||
| 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 |