generated from dopt-python/py311
update CLI with loading animation, closes #13
This commit is contained in:
@@ -23,7 +23,7 @@ def _print_error_state(
|
||||
f"\nType: {state.ExceptionType.__name__}\nDescription: {state.description}\n"
|
||||
f"Message: {state.message}"
|
||||
)
|
||||
print(msg, flush=True, file=out_stream)
|
||||
print(f"\r{msg}", flush=True, file=out_stream)
|
||||
|
||||
|
||||
def sensor_anomalies_detection(
|
||||
|
||||
Reference in New Issue
Block a user