rspec is a string, not a dict
[sfa.git] / sfa / util / sfaticket.py
index 849e3d3..15c486e 100644 (file)
@@ -123,8 +123,7 @@ class SfaTicket(Certificate):
             print "        ", attrname, self.get_attributes()[attrname]
 
         print "       rspec:"
-        for attrname in self.get_rspec().keys():
-            print "        ", attrname, self.get_rspec()[attrname]
+        print "        ", self.get_rspec()
 
         if self.parent and dump_parents:
            print "PARENT",