You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Is there a better way to handle duplicate keyword errors when using the logger? If the logger function has a duplicate keyword then any function that it is within the same file that has the duplicate keyword error or uses any function within that file
it won't run because of the following import error:
[ERROR] Runtime.UserCodeSyntaxError: Syntax error in module 'xxxxxx_handler': keyword argument repeated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! Is there a better way to handle duplicate keyword errors when using the logger? If the logger function has a duplicate keyword then any function that it is within the same file that has the duplicate keyword error or uses any function within that file
it won't run because of the following import error:
[ERROR] Runtime.UserCodeSyntaxError: Syntax error in module 'xxxxxx_handler': keyword argument repeated.
Beta Was this translation helpful? Give feedback.
All reactions