Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 569d24d

Browse files
author
Mikhail Arkhipov
authored
Fix ExtendAllAssignment test (#921)
* Fix #668 (partial) * Tests * Revert "Tests" This reverts commit 7ffc9db. * Exp * Limit concurrency * Concurrency limit * Drop cache after analysis * Fix regression * Fix test
1 parent a718093 commit 569d24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analysis/Ast/Impl/Analyzer/ModuleWalker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ private void HandleAllAppendExtend(CallExpression node) {
120120
return;
121121
}
122122

123-
ExtendAll(node, values);
123+
ExtendAll(me.Target, values);
124124
}
125125

126126
private void ExtendAll(Node location, IPythonCollection values) {

0 commit comments

Comments
 (0)