Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8e53191

Browse filesBrowse files
committed
Don't pass dummy source
1 parent 5c45fe2 commit 8e53191
Copy full SHA for 8e53191

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎mypy/build.py‎

Copy file name to clipboardExpand all lines: mypy/build.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ def parse_files_threaded_raw(self, states: list[State]) -> tuple[list[State], se
11141114
ignore_errors = state.ignore_all or state.options.ignore_errors
11151115
if ignore_errors:
11161116
self.errors.ignored_files.add(state.xpath)
1117-
futures.append(executor.submit(state.parse_file_inner, ""))
1117+
futures.append(executor.submit(state.parse_file_inner, state.source))
11181118
parallel_parsed_states.append(state)
11191119
parallel_parsed_states_set.add(state)
11201120
else:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.