Skip to content

Commit

Permalink
style: Automatic code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 1, 2023
1 parent 52a65f7 commit 7e539cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/cuckoo/common/abstracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,9 @@ def __init__(self):
return

if not HAVE_LIBVIRT:
raise CuckooDependencyError("Unable to import libvirt. Ensure that you properly installed it by running: cd /opt/CAPEv2/ ; sudo -u cape poetry run extra/libvirt_installer.sh")
raise CuckooDependencyError(
"Unable to import libvirt. Ensure that you properly installed it by running: cd /opt/CAPEv2/ ; sudo -u cape poetry run extra/libvirt_installer.sh"
)

super(LibVirtMachinery, self).__init__()

Expand Down

0 comments on commit 7e539cc

Please sign in to comment.