sjstein / tpMonitor

Python monitor script to connect to tpServer
0 stars 0 forks source link

Added IntRange class to allow bounds checking of CL args #34

Closed sjstein closed 4 years ago

sjstein commented 4 years ago

Errors print in a prettified way using add_argument

Removed socket closing after file writes (vestiges of older version)

This addresses issues #33 and #31