diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-06-15 15:21:26 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-06-15 15:21:26 +0200 |
commit | 776d3a91ccf5a93dbd3ecf52278e532d74b38b5e (patch) | |
tree | 7d216ba74f53df548ab85a26481ee57a71bd2f7c | |
parent | e6574371755b029aaa35c20ea5a0214f75a8a258 (diff) | |
download | rumba-776d3a91ccf5a93dbd3ecf52278e532d74b38b5e.tar.gz rumba-776d3a91ccf5a93dbd3ecf52278e532d74b38b5e.zip |
rumba: prototypes: Fix bad indentation
-rw-r--r-- | rumba/prototypes/ouroboros.py | 2 |
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" |