Skip to content

Commit

Permalink
Builder|Fixed: Syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 18, 2012
1 parent bb9dba9 commit 2fe8fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distrib/builder/event.py
Expand Up @@ -314,9 +314,9 @@ def release_notes_uri(self, version):

def changelog_uri(self, version):
if self.release_type() == 'stable':
return self.release_notes_uri(self, version)
return self.release_notes_uri(version)
else:
return "http://dengine.net/" + self.name()
return "http://dengine.net/" + self.name

def xml_description(self):
msg = '<build>'
Expand Down

0 comments on commit 2fe8fda

Please sign in to comment.