Closed lextoumbourou closed 6 years ago
Hi gang,
This code is currently broken due to this error:
Syntax error in module 'logdna_cloudwatch': non-default argument follows default argument (logdna_cloudwatch.py, line 64)
which was introduced in this PR.
This PR should fix it, but it might be worth adding either linting or some simple unit tests to find issues like this.
Thanks, @lextoumbourou, I just wanted to start fixing this - you did it before me.
Hi gang,
This code is currently broken due to this error:
which was introduced in this PR.
This PR should fix it, but it might be worth adding either linting or some simple unit tests to find issues like this.