We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b5e24 commit 02dcff9Copy full SHA for 02dcff9
homcc/client/compilation.py
@@ -262,7 +262,7 @@ def extract_dependencies(line: str) -> List[str]:
262
return [
263
str(Path(dependency).absolute()) # Always work with absolute paths
264
for dependency in dependency_line.rstrip("\\").split() # remove line break char "\"
265
- ] # remove line break char "\"
+ ]
266
267
# extract dependencies from the preprocessor result and filter for sendability
268
return {
0 commit comments