Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmacias95 committed Dec 2, 2024
1 parent 526eab1 commit c3b2fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/private_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def scan_file_private(

except vt.error.APIError as e:
console.print(f"[red]API Error: {e}[/red]")
except Exception as e:
except Exception as e: # pylint: disable=broad-exception-caught
console.print(f"[red]Error: {e}[/red]")


Expand Down

0 comments on commit c3b2fd4

Please sign in to comment.