glasgowcompbio / vimms

A programmable and modular LC/MS simulator in Python
MIT License
19 stars 6 forks source link

Can't close progress bar #163

Closed joewandy closed 4 years ago

joewandy commented 4 years ago

Saw this message:

WARNING  | vimms.Environment:close_progress_bar:114 - Failed to close progress bar: 'Environment' object has no attribute 'pbar'

This should be self.bar, not self.pbar

joewandy commented 4 years ago

Fixed