Skip to content

Commit f0d92bd

Browse files
Re-added dropped line
1 parent a0d2c70 commit f0d92bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nbconvert/nbconvertapp.py

+1
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@ def convert_notebooks(self):
605605
"Please specify an output format with '--to <format>'."
606606
f"\nThe following formats are available: {get_export_names()}"
607607
)
608+
raise ValueError(msg)
608609

609610
# initialize the exporter
610611
cls = get_exporter(self.export_format)

0 commit comments

Comments
 (0)