SimpylFold icon indicating copy to clipboard operation
SimpylFold copied to clipboard

Defs with try blocks not folded

Open bakoontz2 opened this issue 7 months ago • 0 comments

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}...')
...

bakoontz2 avatar Jul 15 '24 17:07 bakoontz2