mirror of
https://github.com/openSUSE/osc.git
synced 2025-03-01 13:42:12 +01:00
Old obs versions have no creator attribute. In this case, string formatting operations will fail if the "creator" attribute is initialized with None (affects some codepaths). An alternative would be to officially resurrect the deprecated "Request.get_creator" method, which could return something like "unknown" if no creator information is present. This is a follow-up fix for the commits d68507f and 7d54b5c.