Skip to content

Commit

Permalink
Removed testing logs from git
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioNar committed Dec 14, 2024
1 parent 475cccc commit fbd4f2b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build/*
dist/*
op_cellar.egg-info/*
**/__pycache__/*
other_tests.py
otherpackages.py
otherpackages.py
tests/logs
1 change: 0 additions & 1 deletion tests/logs/2024-12-14_11-36-53.txt

This file was deleted.

1 change: 0 additions & 1 deletion tests/logs/2024-12-14_12-00-56.txt

This file was deleted.

1 change: 0 additions & 1 deletion tests/logs/2024-12-14_12-01-34.txt

This file was deleted.

6 changes: 0 additions & 6 deletions ulit/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,6 @@ def extract_zip(response: requests.Response, folder_path: str):
except Exception as e:
logging.error(f"Error downloading zip: {e}")

# Function to print a list to a file
def print_list_to_file(filename, lst):
with open(filename, 'w+') as f:
for item in lst:
f.write(item + '\n')


# Main function
if __name__ == "__main__":
Expand Down

0 comments on commit fbd4f2b

Please sign in to comment.