##// END OF EJS Templates
don't check_and_sign old notebooks on upload
MinRK -
Show More
@@ -315,6 +315,8 b' class ContentsManager(LoggingConfigurable):'
315 path : string
315 path : string
316 The notebook's directory (for logging)
316 The notebook's directory (for logging)
317 """
317 """
318 if nb['nbformat'] != current.nbformat:
319 return
318 if self.notary.check_cells(nb):
320 if self.notary.check_cells(nb):
319 self.notary.sign(nb)
321 self.notary.sign(nb)
320 else:
322 else:
General Comments 0
You need to be logged in to leave comments. Login now