Skip to content

Commit

Permalink
added pass to exception
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Nov 22, 2024
1 parent ee28090 commit 54a63d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basicrta/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 54a63d1

Please sign in to comment.