diff options
author | Marco Capitani <m.capitani@nextworks.it> | 2017-06-15 14:28:21 +0200 |
---|---|---|
committer | Marco Capitani <m.capitani@nextworks.it> | 2017-06-15 14:28:21 +0200 |
commit | 232172b651407ad69d593b325f2c003e6666b87f (patch) | |
tree | 22b2f3bbdf535e1282c6cb7e308cbf46b362bca1 | |
parent | ac824c787d5805b21616a1d433d4156baccf2a9c (diff) | |
download | rumba-232172b651407ad69d593b325f2c003e6666b87f.tar.gz rumba-232172b651407ad69d593b325f2c003e6666b87f.zip |
model:reverted directory change for ssh_info
-rw-r--r-- | rumba/model.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rumba/model.py b/rumba/model.py index 352c120..9818ac7 100644 --- a/rumba/model.py +++ b/rumba/model.py @@ -522,7 +522,7 @@ class Experiment: break def dump_ssh_info(self): - f = open('tools/ssh_info', 'w') + f = open('ssh_info', 'w') for node in self.nodes: f.write("%s;%s;%s;%s;%s\n" % (node.name, self.testbed.username, |