mirror of
https://github.com/os-mnemo/pan-globalprotect-okta
synced 2026-07-31 15:54:36 +02:00
Use stderr for error messages.
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ def dbg(d, h, *xs):
|
|||||||
print('---')
|
print('---')
|
||||||
|
|
||||||
def err(s):
|
def err(s):
|
||||||
print('err: {0}'.format(s))
|
print('err: {0}'.format(s), file=sys.stderr)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
def parse_xml(xml):
|
def parse_xml(xml):
|
||||||
|
|||||||
Reference in New Issue
Block a user