From 54a63d1a7b4fef69d5a5e1d6f99c54ae5e93669d Mon Sep 17 00:00:00 2001 From: Ricky Sexton Date: Fri, 22 Nov 2024 13:04:48 -0700 Subject: [PATCH] added pass to exception --- basicrta/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/basicrta/util.py b/basicrta/util.py index 285b665..7696d36 100644 --- a/basicrta/util.py +++ b/basicrta/util.py @@ -408,6 +408,7 @@ def plot_protein(residues, t_slow, bars, prot=None, label_cutoff=3, ylim=None, except FileNotFoundError: print("tm_dict.txt not found") prot = None + pass if not os.path.exists('figs'): os.mkdir('figs')