Skip to content

Commit 9095b18

Browse files
committed
suggested fix
1 parent d6bf9e0 commit 9095b18

File tree

2 files changed

+2
-2
lines changed
  • cmake_file_api/kinds

2 files changed

+2
-2
lines changed

cmake_file_api/kinds/codemodel/target/v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ class CodemodelTargetV2:
435435
"isGeneratorProvided", "install", "link", "archive", "dependencies", "sources",
436436
"sourceGroups", "compileGroups")
437437

438-
def __init__(self, name: str, id: str, type: TargetType, backtrace: BacktraceNode, folder: Optional[Path],
438+
def __init__(self, name: str, id: str, type: TargetType, backtrace: Optional[BacktraceNode], folder: Optional[Path],
439439
paths: CMakeSourceBuildPaths, nameOnDisk: str, artifacts: list[Path],
440440
isGeneratorProvided: Optional[bool], install: Optional[TargetInstall],
441441
link: Optional[TargetLink], archive: Optional[TargetArchive],

cmake_file_api/kinds/configureLog/target/v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ class CodemodelTargetV2:
434434
"isGeneratorProvided", "install", "link", "archive", "dependencies", "sources",
435435
"sourceGroups", "compileGroups")
436436

437-
def __init__(self, name: str, id: str, type: TargetType, backtrace: BacktraceNode, folder: Optional[Path],
437+
def __init__(self, name: str, id: str, type: TargetType, backtrace: Optional[BacktraceNode], folder: Optional[Path],
438438
paths: CMakeSourceBuildPaths, nameOnDisk: str, artifacts: list[Path],
439439
isGeneratorProvided: Optional[bool], install: Optional[TargetInstall],
440440
link: Optional[TargetLink], archive: Optional[TargetArchive],

0 commit comments

Comments
 (0)