Reduce singletons rules and ..

fix recently introduced kwargs bug.
This commit is contained in:
rocky
2017-12-07 13:20:08 -05:00
parent b8b9b8463c
commit 08789adbb4
2 changed files with 3 additions and 3 deletions

View File

@@ -809,7 +809,7 @@ class Python3Parser(PythonParser):
opname, token.attr, customize)
if args_kw > 0:
kwargs_str = 'kwargs1 '
kwargs_str = 'kwargs '
else:
kwargs_str = ''