Open rht opened 5 years ago
The pattern
if isleconfig.verbose: print("...")
could be replaced with
logging.info("...")
and is a standard practice.
The pattern
could be replaced with
and is a standard practice.