Loading installsystems/printer.py +2 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,8 @@ def out(message="", fd=sys.stdout, endl=os.linesep, flush=True): ''' Print message colorised in fd ended by endl ''' if message is None: return # color subsitution color_pattern = "#(%s)#" % "|".join(COLOR) if not fd.isatty() or NOCOLOR: Loading Loading
installsystems/printer.py +2 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,8 @@ def out(message="", fd=sys.stdout, endl=os.linesep, flush=True): ''' Print message colorised in fd ended by endl ''' if message is None: return # color subsitution color_pattern = "#(%s)#" % "|".join(COLOR) if not fd.isatty() or NOCOLOR: Loading