From df1837e57797dfa9e4b9d2dc3c01a2e786c3c12c Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Tue, 5 Jan 2021 23:26:13 -0800 Subject: [PATCH] move diagnostic output off stdout --- etags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etags.py b/etags.py index b247291..5f23cca 100755 --- a/etags.py +++ b/etags.py @@ -133,7 +133,7 @@ def lambda_handler(event, context): traceback.print_exc() if len(changed) > 0: - print('changes detected') + printerr('changes detected') process_changes(changed) return {