log to stderr
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
4f2895f931
commit
2fe1e017fd
|
@ -59,7 +59,7 @@ def log(txt):
|
|||
|
||||
else:
|
||||
# when using internal server or cli
|
||||
print(repr(txt))
|
||||
print(repr(txt), file=sys.stderr)
|
||||
|
||||
|
||||
def len_html(txt):
|
||||
|
|
Loading…
Reference in New Issue