Skip to content

Commit

Permalink
fix E126 pycodestyles
Browse files Browse the repository at this point in the history
  • Loading branch information
salilmishra23 committed Sep 9, 2022
1 parent 1b6ba4a commit d2cf342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozdownload/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ def get_build_info_for_index(self, build_index=None):
# If a timestamp is given, retrieve the folder with the timestamp
# as name
parser.entries = self.timestamp in parser.entries and \
[self.timestamp]
[self.timestamp]

elif self.date:
# If date is given, retrieve the subset of builds on that date
Expand Down

0 comments on commit d2cf342

Please sign in to comment.