Skip to content

Commit

Permalink
Simplify printing to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
Vastep committed Nov 12, 2023
1 parent 52a634b commit a9c9c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scalyr
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def parseProxyAddress(url):
# Print a string to stderr.
def print_stderr(message):
sys.stderr.write(str(message) + "\n")
print(message, file=sys.stderr)


def output_encoded(message):
Expand Down

0 comments on commit a9c9c9a

Please sign in to comment.