Closed dbrgn closed 10 years ago
Lines like this one:
session_id = dynamic_params.get('session_id')
Could be written using square brackets instead, which would cause a KeyError.
These errors would need to get caught somehow.
Ready for review, @d22.
Coverage remained the same when pulling 2a7d29d05927ccf477e0ce437342406bb652eff1 on issue276 into c2d79bf22635257c91afba0b8ac41251c57ee255 on master.
Check comments, otherwise good to merge!
Changes Unknown when pulling f67eb13e9320ab1288aa6fe81d6a194b2abfb966 on issue276 into \ on master**.
Lines like this one:
Could be written using square brackets instead, which would cause a KeyError.
These errors would need to get caught somehow.