Skip to content

Commit 598fe31

Browse files
authored
Update debug_manifest/debug_manifest.py
1 parent 972cc60 commit 598fe31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_manifest/debug_manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def debug_manifest(source: YamlDeclarativeSource, args: list[str]) -> None:
2525
if __name__ == "__main__":
2626
args = sys.argv[1:]
2727
parsed_args = AirbyteEntrypoint.parse_args(args)
28-
manifest_path = AirbyteEntrypoint.parse_args(args).manifest_path or "resources/manifest.yaml"
28+
manifest_path = parsed_args.manifest_path or "resources/manifest.yaml"
2929
catalog_path = AirbyteEntrypoint.extract_catalog(args)
3030
config_path = AirbyteEntrypoint.extract_config(args)
3131
state_path = AirbyteEntrypoint.extract_state(args)

0 commit comments

Comments
 (0)