Skip to content

Commit

Permalink
Issue#38: Tests would fail if temp file opened by editor. (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiah-c-leary authored May 8, 2024
1 parent ccea624 commit faa63c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elfws/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ def get_tools(sVendor):
continue
if sListing == 'utils.py':
continue
if sListing.startswith('.'):
continue
lReturn.append(remove_extension(sListing))
return lReturn

Expand Down

0 comments on commit faa63c9

Please sign in to comment.