Skip to content

Commit

Permalink
Update noxfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Loche <[email protected]>
  • Loading branch information
DavideTisi and PicoCentauri authored May 6, 2024
1 parent 283fe70 commit 0d35640
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ def format(session):
@nox.session
def clean(session):
"""Remove temporary files"""
tracked_files_output = get_example_other_files()
for ifile in tracked_files_output:
for ifile in get_example_other_files():
os.remove(ifile)
flist = glob.glob("examples/*")
# Remove empty folders
Expand Down

0 comments on commit 0d35640

Please sign in to comment.