bunch of cleanups & fixes all over the place
[sfa.git] / sfa / util / record.py
index 3075edb..bfa166f 100644 (file)
@@ -229,10 +229,7 @@ class GeniRecord(dict):
         """
         Given a list of field names, return a list of values for those public.
         """
-        strs = []
-        for fieldname in fieldnames:
-            strs.append(self.get_field_value_string(fieldname))
-        return strs
+        return [ self.get_field_value_string (fieldname) for fieldname in fieldnames ]
 
     ##
     # Return the record in the form of a dictionary