diff options
Diffstat (limited to 'myrpki.rototill/yamltest.py')
-rw-r--r-- | myrpki.rototill/yamltest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myrpki.rototill/yamltest.py b/myrpki.rototill/yamltest.py index a79cee24..e7fbfa2b 100644 --- a/myrpki.rototill/yamltest.py +++ b/myrpki.rototill/yamltest.py @@ -498,7 +498,7 @@ class allocation(object): """ Run setup.py for this entity. """ - print "Running myrpki.py for", self.name, "with arguments", repr(args) + print "Running setup.py for", self.name, "with arguments", repr(args) subprocess.check_call(("python", prog_setup) + args, cwd = self.path()) def run_python_daemon(self, prog): |