Skip to content

Commit

Permalink
Fix indentation causing windows bug
Browse files Browse the repository at this point in the history
  • Loading branch information
steppi committed May 21, 2022
1 parent f106ac0 commit 6f432b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adeft/download/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def download_resources():
os.path.join(loc.RESOURCES_PATH, resource), 'wb'
) as f_out:
shutil.copyfileobj(f_in, f_out)
os.remove(resource_path)
os.remove(resource_path)


def setup_test_resource_folder():
Expand Down

0 comments on commit 6f432b7

Please sign in to comment.