mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-04 05:40:35 -07:00
If "T(\d*)" was "T(\n*)" it would search for newlines. There isn't any such \d escape character. It should be "T(\\d*)" or r"T(\d*)" going with the latter, to be easier to read and be consistent with other Cura usage. Start python with -Wd or for python 3.12 will raise a SyntaxWarning. |
||
|---|---|---|
| .. | ||
| check_gcode_buffer.py | ||
| check_invalid_imports.py | ||
| check_missing_translations.py | ||
| check_shortcut_keys.py | ||
| extract_changelog.py | ||
| fix_translation_memory.py | ||
| line_length_checker.py | ||
| lionbridge_import.py | ||
| obj_trimmer.py | ||
| rename_cura_1_tags.sh | ||
| update_po_with_changes.py | ||