Skip to content

Commit

Permalink
some minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFJcurve committed Nov 12, 2024
1 parent 575063c commit fa3d892
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion backend/test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_get_filename_by_file_id_with_matching_id_returns_tuple(self):
f.write(message)
hashed_file.hash_file_blocks()

with open(hackthehill_file, "r", encoding="utf-8") as f:
with open(hackthehill_file, "r", encoding="utf-8") as g:
hackthehill_file_content = f.read()
file_id = custom_hash(hackthehill_file_content)

Expand Down
2 changes: 0 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ cd "$backendDir"
python3.9 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
mkdir sources
mkdir uploads

cd "$currentDir"

0 comments on commit fa3d892

Please sign in to comment.