Use Thread.name instead of deprecated getName

This commit is contained in:
Ram Rachum 2023-07-15 15:54:51 +01:00
parent 4224cf9694
commit 60775ff71f
2 changed files with 7 additions and 4 deletions

View file

@ -5,9 +5,12 @@
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('../..'),
'excludes': ['PySnooper.egg-info',
'dist',
'build'],
'excludes': ['dist',
'.tox',
'htmlcov',
'build',
'.ipynb_checkpoints',
'PySnooper.egg-info'],
'filter': '*',
'include_hidden': False,
'recursive': True,