File tree Expand file tree Collapse file tree 1 file changed +5
-21
lines changed Expand file tree Collapse file tree 1 file changed +5
-21
lines changed Original file line number Diff line number Diff line change 436
436
"cell_type" : " markdown" ,
437
437
"metadata" : {},
438
438
"source" : [
439
- " We can also check the version and help flaggs are working (you can ignore the error message below, this is expected behavior) "
439
+ " We can also check the version and help flaggs are working. "
440
440
]
441
441
},
442
442
{
450
450
"text" : [
451
451
" progname 2.0.0\n "
452
452
]
453
- },
454
- {
455
- "ename" : " SystemExit" ,
456
- "evalue" : " 0" ,
457
- "output_type" : " error" ,
458
- "traceback" : [
459
- " An exception has occurred, use %tb to see the full traceback.\n " ,
460
- " \u001b [0;31mSystemExit\u001b [0m\u001b [0;31m:\u001b [0m 0\n "
461
- ]
462
453
}
463
454
],
464
455
"source" : [
465
- " p.parse_args(['--v'])"
456
+ " try: p.parse_args(['--v'])\n " ,
457
+ " except: pass"
466
458
]
467
459
},
468
460
{
488
480
" --b B param 2 (default: test)\n " ,
489
481
" --c {aa,bb,cc} param 3 (default: aa)\n "
490
482
]
491
- },
492
- {
493
- "ename" : " SystemExit" ,
494
- "evalue" : " 0" ,
495
- "output_type" : " error" ,
496
- "traceback" : [
497
- " An exception has occurred, use %tb to see the full traceback.\n " ,
498
- " \u001b [0;31mSystemExit\u001b [0m\u001b [0;31m:\u001b [0m 0\n "
499
- ]
500
483
}
501
484
],
502
485
"source" : [
503
- " p.parse_args(['-h'])"
486
+ " try: p.parse_args(['-h'])\n " ,
487
+ " except: pass"
504
488
]
505
489
},
506
490
{
You can’t perform that action at this time.
0 commit comments