Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Sep 20, 2018
1 parent b919bc9 commit b4cadeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions activity_browser/app/ui/wizards/db_import_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ def initializePage(self):
self.forwast_thread.update(self.field('db_name'))
self.forwast_thread.start()
else:
print(self.download_progressbar.minimum(), self.download_progressbar.maximum())
self.main_worker_thread.update(db_name=self.field('db_name'))
self.main_worker_thread.start()

Expand Down Expand Up @@ -720,7 +719,7 @@ def __init__(self):
'Adding default biosphere and LCIA methods to project <b>{}</b>:'.format(
bw.projects.current)
)
self.Range(0, 0)
self.setRange(0, 0)
self.show()

self.biosphere_thread = DefaultBiosphereThread()
Expand Down

0 comments on commit b4cadeb

Please sign in to comment.