QuantumQuadrate / CsPyController

GNU Lesser General Public License v3.0
3 stars 3 forks source link

replace print statements with loggers, fix deprecation issue #44

Closed c-poole closed 4 years ago

c-poole commented 4 years ago

Fixes an issue that was leading to spamming DeprecrationWarnings Replaces print statements with logging across repo so we can tell where console output is coming from Cleans up some code style on lines that particularly bothered me in the process Moves conex, aerotech imports into constrcutor of AQuA so the failed messages don't keep re-appearing every time the module is reloaded. I didn't see a similarly clean way of reducing the spam for other import failure messages. Removes some unused imports that I didn't catch previously

c-poole commented 4 years ago

I suspect these errant git diffs are actually the result of line ending push/pull settings.

c-poole commented 4 years ago

The only purpose of the pyniscopes directory appeared to be running the install, so I just added a line to the requirements file to install it with pip and deleted the directory.

c-poole commented 4 years ago

Nevermind that was evidently wrong and now undone