From da52be2547ec5fb1b2a87d1532a444bfb978a2e6 Mon Sep 17 00:00:00 2001 From: Arjun Savel <35353555+arjunsavel@users.noreply.github.com> Date: Thu, 13 Aug 2020 13:53:01 -0700 Subject: [PATCH] Add space to error message --- tardis/plasma/standard_plasmas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tardis/plasma/standard_plasmas.py b/tardis/plasma/standard_plasmas.py index 378bc45b66b..5a4d269cbc8 100644 --- a/tardis/plasma/standard_plasmas.py +++ b/tardis/plasma/standard_plasmas.py @@ -93,7 +93,7 @@ def assemble_plasma(config, model, atom_data=None): e, "Error might be from the use of an old-format of the atomic database, \n" "please see https://github.com/tardis-sn/tardis-refdata/tree/master/atom_data" - ",for the most recent version.", + " for the most recent version.", ) raise