Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Nov 22, 2024
1 parent ad22f53 commit d98f398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basicrta/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,8 @@ def plot_protein(residues, t_slow, bars, prot=None, label_cutoff=3, ylim=None,
contents = f.read()
prots = ast.literal_eval(contents)
except FileNotFoundError:
warnings.warn(r"tm_dict.txt not found, TM bars will not be drawn in
$\tau$ vs resid plot")
warnings.warn("tm_dict.txt not found, TM bars will not be drawn in "
r"$\tau$ vs resid plot")
prot = None

if not os.path.exists('figs'):
Expand Down

0 comments on commit d98f398

Please sign in to comment.