##// END OF EJS Templates
remove the unneeded if statment
Eyenpi -
Show More
@@ -270,7 +270,6 b' class CodeMagics(Magics):'
270 return
270 return
271
271
272 expiry_days = 7
272 expiry_days = 7
273 if "e" in opts:
274 try:
273 try:
275 expiry_days = int(opts.get("e", 7))
274 expiry_days = int(opts.get("e", 7))
276 except ValueError as e:
275 except ValueError as e:
General Comments 0
You need to be logged in to leave comments. Login now