mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-09 00:09:44 +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')):
|
if(hasattr(self.new, 'activity_feed_string')):
|
||||||
return self.new.activity_feed_string
|
return self.new.activity_feed_string
|
||||||
else:
|
else:
|
||||||
return str(compare.new)
|
return str(self.new)
|
||||||
else:
|
else:
|
||||||
if(hasattr(self.old, 'activity_feed_string')):
|
if(hasattr(self.old, 'activity_feed_string')):
|
||||||
return self.old.activity_feed_string
|
return self.old.activity_feed_string
|
||||||
|
|||||||
Reference in New Issue
Block a user