Skip to content

Commit 79bd302

Browse files
committed
remove a log line, add another
1 parent e9fb51d commit 79bd302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: warehouse/scripts/visualize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,13 +284,13 @@ def ci_report(
284284
]
285285
).result
286286
include = set(changed_or_downstream_incremental_models + modified_models)
287+
typer.secho(f"Visualizing the following models: {include}")
287288
viz(
288289
"man",
289290
include=list(include), # this is List typed
290291
output=Path("./target/dag.png"),
291292
)
292293

293-
print(os.path.join(__file__, "templates"))
294294
env = Environment(
295295
loader=FileSystemLoader(os.path.join(os.path.dirname(__file__), "templates")),
296296
autoescape=select_autoescape(),

0 commit comments

Comments
 (0)