Fix notebook showing up in template when not selected (#743)

## Changes
This fixes a typo that caused the notebook.ipynb file to show up even if
the user answered "no" to the question about including a notebook.

## Tests
We have matrix validation tests for all the yes/no combinations and
whether the build + validate. There is no current test for the absence
of files.
This commit is contained in:
Lennart Kats (databricks) 2023-09-07 10:26:43 +02:00 committed by GitHub
parent 3c79181148
commit 50b2c0b83b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ This file only template directives; it is skipped for the actual output.
{{end}}
{{if $notNotebook}}
{{skip "{{.project_name}}/src/notebook.iypnb"}}
{{skip "{{.project_name}}/src/notebook.ipynb"}}
{{end}}
{{if (and $notDLT $notNotebook $notPython)}}