Skip to content

Commit

Permalink
Re-added dropped line
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiswhereitype committed May 15, 2024
1 parent ffd6ab4 commit 2a72e89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nbconvert/nbconvertapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ def convert_notebooks(self):
"Please specify an output format with '--to <format>'."
f"\nThe following formats are available: {get_export_names()}"
)
raise ValueError(msg)

# initialize the exporter
cls = get_exporter(self.export_format)
Expand Down

0 comments on commit 2a72e89

Please sign in to comment.