Skip to content

Commit

Permalink
Shorter line
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneskaeufler committed Feb 10, 2018
1 parent 8967445 commit 33c8190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ def __render_project_status(self, row):
status = row[2]

if status == BuildStatus.passed:
self.draw.rectangle(self.__badge_position(index), outline=self.BLACK)
self.draw.rectangle(self.__badge_position(index),
outline=self.BLACK)
self.draw.text(self.__badge_text_position(index, self.PASSED),
self.PASSED,
font=self.icon_font,
Expand Down

0 comments on commit 33c8190

Please sign in to comment.