diff options
author | Rob Austein <sra@hactrn.net> | 2012-08-29 20:45:50 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-08-29 20:45:50 +0000 |
commit | 60672fa374d58b7cbc402f846253da0838d4192b (patch) | |
tree | 58bc1af8f3fc982814d48b4f20a87016dba68a6f /rpkid/tests/yamlconf.py | |
parent | 3c856fabb2ee34cbbb8caac69228fa31cdb689a6 (diff) |
Nit: print file's name, not repr of file object.
svn path=/branches/tk274/; revision=4671
Diffstat (limited to 'rpkid/tests/yamlconf.py')
-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()) |