SimpylFold
SimpylFold copied to clipboard
Defs with try blocks not folded
Maybe I'm missing the point here, but function definitions with try blocks aren't getting folded:
+-- 1 line: def process_schedule(header, output_path, pubs_deliver, root_dir, schedule_name):
try:
logging.info(f'Processing schedule {schedule_name}...')
...