Skip to content

Commit

Permalink
FIX: Stupid typo in versioning.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FreneticScribbler committed Dec 27, 2020
1 parent a0c6793 commit 0e656b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioning/versioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def name(self):
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
Expand Down

0 comments on commit 0e656b4

Please sign in to comment.