Skip to content

Commit

Permalink
that one is new
Browse files Browse the repository at this point in the history
  • Loading branch information
StegSchreck committed Mar 13, 2019
1 parent d3451b6 commit 039a90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RatS/letterboxd/letterboxd_ratings_inserter.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def _wait_for_import_processing(self, wait, movies_count):
)

def _print_progress(self, movies_count):
while len(self.site.browser.find_elements_by_css_selector(self.progress_counter_selector)) is not 0:
while len(self.site.browser.find_elements_by_css_selector(self.progress_counter_selector)) != 0:
try:
counter = int(self.site.browser.find_element_by_css_selector(self.progress_counter_selector).text)
if not self.progress_bar:
Expand Down
2 changes: 1 addition & 1 deletion travis_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==3.6
pytest>=3.6
pytest-cov
pytest-mccabe
pytest-flakes
Expand Down

0 comments on commit 039a90e

Please sign in to comment.