aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/ouroboros.py
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-06-15 15:21:26 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2017-06-15 15:21:26 +0200
commit776d3a91ccf5a93dbd3ecf52278e532d74b38b5e (patch)
tree7d216ba74f53df548ab85a26481ee57a71bd2f7c /rumba/prototypes/ouroboros.py
parente6574371755b029aaa35c20ea5a0214f75a8a258 (diff)
downloadrumba-776d3a91ccf5a93dbd3ecf52278e532d74b38b5e.tar.gz
rumba-776d3a91ccf5a93dbd3ecf52278e532d74b38b5e.zip
rumba: prototypes: Fix bad indentation
Diffstat (limited to 'rumba/prototypes/ouroboros.py')
-rw-r--r--rumba/prototypes/ouroboros.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rumba/prototypes/ouroboros.py b/rumba/prototypes/ouroboros.py
index 4ad41c6..43cb1d5 100644
--- a/rumba/prototypes/ouroboros.py
+++ b/rumba/prototypes/ouroboros.py
@@ -63,7 +63,7 @@ class Experiment(mod.Experiment):
else:
cmd = "irm i c n " + ipcp.name
- if isinstance(ipcp.dif, mod.ShimEthDIF):
+ if isinstance(ipcp.dif, mod.ShimEthDIF):
# NOTE: Here to test with fake testbed
if ipcp.ifname is None:
ipcp.ifname = "eth0"