Skip to content
Snippets Groups Projects
Commit 70a35b6f authored by Guido Trotter's avatar Guido Trotter
Browse files

Add a missing parenthesis

It was wrongly deleted when converting

if a in dict.keys():
to
if a in dict:

Reviewed-by: imsnah
parent 909a0e4d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment