We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a588231 commit cae4cb8Copy full SHA for cae4cb8
kaleidoscope/processor.py
@@ -75,8 +75,8 @@ def run(self, args: Namespace): # noqa: D102
75
writer: Writing = self._create_writer(args)
76
77
# open the source file
78
- get_logger().debug(f"opening source dataset: {args.target_file}")
79
- source = reader.read(args.target_file)
+ get_logger().debug(f"opening source dataset: {args.source_file}")
+ source = reader.read(args.source_file)
80
81
# create the processing graph
82
get_logger().info("starting creating processing graph")
0 commit comments