mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Build(deps): Generally update JS & Python deps (#512)
This commit is contained in:
@@ -183,7 +183,7 @@ class ModelComparison:
|
||||
def name(self):
|
||||
obj = self.new if self.new else self.old
|
||||
|
||||
if(hasattr(obj, 'activity_feed_string')):
|
||||
if (hasattr(obj, 'activity_feed_string')):
|
||||
return obj.activity_feed_string
|
||||
else:
|
||||
return str(obj)
|
||||
|
||||
Reference in New Issue
Block a user