Skip to content

Commit

Permalink
debugging python 3.9+ on appveyor (windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Dec 15, 2022
1 parent 2958679 commit efb7b9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ def _get_name(args):
getattr(args.infile, 'name', None),
'numpy-stl-%06d' % random.randint(0, 1_000_000),
]
print('names', names)
print('args', args)

for name in names: # pragma: no branch
if name and isinstance(name, str) and not name.startswith('<'):
Expand Down

0 comments on commit efb7b9a

Please sign in to comment.