Skip to content

Commit

Permalink
Fixed spacing issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Jun 30, 2023
1 parent 7808c54 commit 8098843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysollib/tile/selectgame.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,8 +603,8 @@ def performSearch(self):
continue

if self.criteria.statistics != '':
won, lost = self.app.stats.getStats \
(self.app.opt.player, game.id)
won, lost = (self.app.stats.getStats
(self.app.opt.player, game.id))
statoption = \
self.criteria.statisticsOptions[self.criteria.statistics]
if statoption == 'played' and won + lost == 0:
Expand Down

0 comments on commit 8098843

Please sign in to comment.