diff --git a/uncompyle6/semantics/pysource.py b/uncompyle6/semantics/pysource.py index a63b3556..f11f1fda 100644 --- a/uncompyle6/semantics/pysource.py +++ b/uncompyle6/semantics/pysource.py @@ -1439,7 +1439,7 @@ class SourceWalker(GenericASTTraversal, object): i = n - (len(kwargs)+1) j = 1 + n - node[n].attr else: - start = n-2 + i = start = n-2 for i in range(start, 0, -1): if not node[i].kind in ['expr', 'call', 'LOAD_CLASSNAME']: break