mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-16 21:12:13 +00:00
FIX: Stupid typo in versioning.py
This commit is contained in:
@@ -157,7 +157,7 @@ class ModelComparison(object):
|
||||
if(hasattr(self.new, 'activity_feed_string')):
|
||||
return self.new.activity_feed_string
|
||||
else:
|
||||
return str(compare.new)
|
||||
return str(self.new)
|
||||
else:
|
||||
if(hasattr(self.old, 'activity_feed_string')):
|
||||
return self.old.activity_feed_string
|
||||
|
||||
Reference in New Issue
Block a user