Skip to content

Commit 02dcff9

Browse files
OliLayspirsch
andauthored
fix comment no 2
Co-authored-by: Simon Pirsch <95348275+spirsch@users.noreply.github.com>
1 parent 56b5e24 commit 02dcff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homcc/client/compilation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def extract_dependencies(line: str) -> List[str]:
262262
return [
263263
str(Path(dependency).absolute()) # Always work with absolute paths
264264
for dependency in dependency_line.rstrip("\\").split() # remove line break char "\"
265-
] # remove line break char "\"
265+
]
266266

267267
# extract dependencies from the preprocessor result and filter for sendability
268268
return {

0 commit comments

Comments
 (0)