if STREAM.isatty():

Hongyi Zhao hongyi.zhao at gmail.com
Wed Aug 28 23:40:45 EDT 2019


Hi,

I read the following code:

https://github.com/shichao-an/homura/blob/master/homura.py

On the line 265-266, it said:

        if STREAM.isatty():
            p = (self.progress_template + '\r') % params


What's mean by using the above two lines?  Can I not use them?

Regards



More information about the Python-list mailing list