aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/dump_debug_infos.py
Commit message (Expand)AuthorAgeFilesLines
* Pylint: Enable R0911, R0916, R1702, reduce number of nested blocksPatrik Teivonen2023-02-221-12/+13
* Fix some linter errors, broken Pipfile import, update readmePatrik Teivonen2023-02-101-5/+8
* dum_debug_infos.py: improve error outputTim Jenssen2023-01-251-3/+12
* dum_debug_infos.py: fix create .sym file namesTim Jenssen2023-01-251-1/+1
* PL103: os.makedirs(path) should be replaced by path.mkdir(parents=True)v6.5.0-beta2-packagingPatrik Teivonen2023-01-241-1/+1
* PL122: os.path.splitext("foo.bar") should be replaced by path.suffixPatrik Teivonen2023-01-241-6/+7
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-261-3/+7
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-191-7/+3
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-181-3/+7
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-7/+14
* pylint: Use 'with' for resource allocation operations (R1732)Patrik Teivonen2022-09-041-2/+3
* pylint: Remove unnecessary bits of codePatrik Teivonen2022-08-231-9/+5
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-161-11/+11
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-2/+2
* PEP8: Fix indentationv6.2.5-lts-packagingPatrik Teivonen2022-07-111-18/+36
* PEP8: Fix whitespacePatrik Teivonen2022-07-111-2/+2
* PEP8: Blank lines in function and class definitions, file endPatrik Teivonen2022-07-111-0/+7
* PEP8: Fix miscellaneous code syntax errorsPatrik Teivonen2022-07-111-1/+1
* PEP8: Remove unused vars, modules, and string formattingPatrik Teivonen2022-07-111-1/+0
* Add pre-commit hook for flake8, PEP8 compliant commentsPatrik Teivonen2022-07-111-1/+1
* PEP8 compliant copyright headers in Python scriptsv6.4.0-beta2-packagingPatrik Teivonen2022-07-071-25/+25
* add dump_debug_infos.py fileTim Jenssen2022-06-031-0/+165