Skip to content

Commit d98f398

Browse files
committed
fixed syntax error
1 parent ad22f53 commit d98f398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

basicrta/util.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,8 @@ def plot_protein(residues, t_slow, bars, prot=None, label_cutoff=3, ylim=None,
407407
contents = f.read()
408408
prots = ast.literal_eval(contents)
409409
except FileNotFoundError:
410-
warnings.warn(r"tm_dict.txt not found, TM bars will not be drawn in
411-
$\tau$ vs resid plot")
410+
warnings.warn("tm_dict.txt not found, TM bars will not be drawn in "
411+
r"$\tau$ vs resid plot")
412412
prot = None
413413

414414
if not os.path.exists('figs'):

0 commit comments

Comments
 (0)