Skip to content

Commit

Permalink
chg: [API] Test... to satisfy CodeQL analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Nov 23, 2023
1 parent 156811e commit 3a10f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def file_check(file_in_memory: BytesIO, file_to_check_name: str) -> Dict[str, An
try:
validators.file_size(file_in_memory)
except Exception as e:
return {"error": str(e)}
raise e

pandora_cli = pypandora.PyPandora(root_url=PANDORA_ROOT_URL)
analysis_result: Dict[str, Any] = {}
Expand Down

0 comments on commit 3a10f2c

Please sign in to comment.