Skip to content
  • Iustin Pop's avatar
    Convert the gnt scripts to ToStdout/err · 3a24c527
    Iustin Pop authored
    Currently the gnt-* scripts are using a mix of print, logger.ToStd* and
    sys.stderr.write. We convert them all to using cli.ToStdout/err. This
    way, we can easily change the implementation for all at once.
    
    Reviewed-by: imsnah
    3a24c527