diff options
-rw-r--r-- | rpkid/tests/yamlconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/tests/yamlconf.py b/rpkid/tests/yamlconf.py index d7620650..9fd210bf 100644 --- a/rpkid/tests/yamlconf.py +++ b/rpkid/tests/yamlconf.py @@ -667,7 +667,7 @@ def body(): os.rmdir(os.path.join(root, dir)) print - print "Reading YAML", yaml_file + print "Reading YAML", yaml_file.name db = allocation_db(yaml.safe_load_all(yaml_file).next()) |