iotile / coretools

Core python tools for building and using IOTile based devices
GNU General Public License v3.0
14 stars 7 forks source link

Add tqdm to the utc assigner #987

Closed ekkizogloy closed 4 years ago

ekkizogloy commented 4 years ago

Add the tqdm statusbar to the utc_assigner. It is imported using a try {} except {} block and not included as a dependency in the setup.py.

This is needed because there are some conditions where the utc assignment takes a significant amount of time. This status bar is needed to know that software is operating correctly and not stalled.

ekkizogloy commented 4 years ago

@timburke Is there anyway that we can fast track this for KLA?