Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
yuukiiwa committed Nov 22, 2023
1 parent 29f1af5 commit 2f42951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpore/test/test_diffmod.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2f42951

Please sign in to comment.