From 50853a0056b0f742798836e60e99c18aa1304505 Mon Sep 17 00:00:00 2001 From: Tom Aldcroft Date: Wed, 30 Jan 2019 09:31:25 -0800 Subject: [PATCH] Merge pull request #255 from sot/f-string Fix missing f in f-string --- proseco/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proseco/core.py b/proseco/core.py index 518c44c8..25098388 100644 --- a/proseco/core.py +++ b/proseco/core.py @@ -840,7 +840,7 @@ def from_agasc(cls, att, date=None, radius=1.2, logger=None): logger = StarsTable.get_logger(logger) logger(f'Got {len(stars)} stars from AGASC at ' - 'ra={q_att.ra:.5f} dec={q_att.dec:.4f}', + f'ra={q_att.ra:.5f} dec={q_att.dec:.4f}', level=1) return stars