mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 17:23:03 +01:00
Add newline after dbg(message) output
This commit is contained in:
committed by
=Michael Hohn
parent
291726dd58
commit
9590d0a677
@@ -174,5 +174,5 @@ def msg(message):
|
||||
def dbg(message):
|
||||
""" Print message to stderr """
|
||||
sys.stdout.flush()
|
||||
sys.stderr.write("warning: %s" % message)
|
||||
sys.stderr.write("warning: %s\n" % message)
|
||||
sys.stderr.flush()
|
||||
|
||||
Reference in New Issue
Block a user