Merge pull request #684 from romracer/fix-683

Fix typo (duplicate self).  Fixes #683
master
mergify[bot] 6 years ago committed by GitHub
commit 27cf2c33a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -271,7 +271,7 @@ class User(Base, Email):
@property
def destination(self):
if self.forward_enabled:
result = self.self.forward_destination
result = self.forward_destination
if self.forward_keep:
result += ',' + self.email
return result

Loading…
Cancel
Save