##// END OF EJS Templates
Unnecessary
Jonathan Frederic -
Show More
@@ -212,13 +212,7 b' class NbConvertApp(BaseIPythonApplication):'
212
212
213 # If nothing was converted successfully, help the user.
213 # If nothing was converted successfully, help the user.
214 if conversion_success == 0:
214 if conversion_success == 0:
215
215 self.print_help()
216 # No notebooks were specified, show help.
217 if len(self.notebooks) == 0:
218 self.print_help()
219
220 # Show how to access help.
221 print('For help, use "ipython nbconvert --help"')
222
216
223
217
224 #-----------------------------------------------------------------------------
218 #-----------------------------------------------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now