Skip to content

Commit

Permalink
Fix indentation error in abstracts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kevoreilly committed Sep 17, 2018
1 parent badd712 commit 2f5ca82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cuckoo/common/abstracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def _initialize(self, module_name):

# If configured, use specific network interface for this
# machine, else use the default value.
if machine_opts.get("interface"):
if machine_opts.get("interface"):
machine.interface = machine_opts["interface"]
else:
machine.interface = mmanager_opts.get("interface")
Expand Down

0 comments on commit 2f5ca82

Please sign in to comment.