From 2f429513e9e4096018a32d811f641be41a4e7a80 Mon Sep 17 00:00:00 2001 From: Yuk Kei Wan Date: Wed, 22 Nov 2023 04:00:28 +0000 Subject: [PATCH] ugh --- xpore/test/test_diffmod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpore/test/test_diffmod.py b/xpore/test/test_diffmod.py index 48254e9..cd16523 100644 --- a/xpore/test/test_diffmod.py +++ b/xpore/test/test_diffmod.py @@ -24,7 +24,7 @@ class DiffmodArgs: for ln in open(os.path.join(os.path.abspath(os.path.dirname(__file__)), "data/config.yml"),'r'): if 'rep1' in ln: ln=ln.split(':') - outfile.write(': '.join([ln[0], os.path.join(os.path.abspath(os.path.dirname(__file__)),ln[-1].strip())])) + outfile.write(': '.join([ln[0], os.path.join(os.path.abspath(os.path.dirname(__file__)),ln[-1].strip())])+'\n') else: outfile.write(ln) outfile.close()