move diagnostic output off stdout
This commit is contained in:
parent
201a79e58f
commit
df1837e577
1 changed files with 1 additions and 1 deletions
2
etags.py
2
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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue