Cura/scripts
David Fries 6e3e3e6742 Use raw strings for regular expressions with invalid escape sequences
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.
2024-08-31 12:11:59 -05:00
..
check_gcode_buffer.py Fix various typos 2021-09-07 11:33:54 -04:00
check_invalid_imports.py Delete old 'Toolbox' in favour of new Marketplace. 2021-12-30 11:51:54 +01:00
check_missing_translations.py Avoid using a temporary file to extract the old translations 2024-03-21 14:01:40 +01:00
check_shortcut_keys.py chmod a+x check_shortcut_keys.py 2018-09-13 10:56:31 +02:00
extract_changelog.py Use raw strings for regular expressions with invalid escape sequences 2024-08-31 12:11:59 -05:00
fix_translation_memory.py cleanup unused import and fix comment space 2023-12-13 20:10:28 +02:00
line_length_checker.py Convert identation to spaces for line_length_checker script 2021-05-18 11:40:14 +02:00
lionbridge_import.py cleanup unused import and fix comment space 2023-12-13 20:10:28 +02:00
obj_trimmer.py Add imports for typing, add spacing 2022-01-31 13:35:42 +01:00
rename_cura_1_tags.sh revert changes to tag script 2022-10-05 09:34:56 +02:00
update_po_with_changes.py Update names of function calls 2022-05-16 13:33:56 +02:00