mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
Created print_error docstring
This commit is contained in:
parent
0340339113
commit
b95be7e7a4
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import platform
|
|||
import sys
|
||||
|
||||
def print_error(*args):
|
||||
'''Print out the arguments to standard error'''
|
||||
for item in args:
|
||||
sys.stderr.write(str(item))
|
||||
sys.stderr.write("\n")
|
||||
|
|
Loading…
Add table
Reference in a new issue