Skip to content

Commit

Permalink
command line
Browse files Browse the repository at this point in the history
  • Loading branch information
yuukiiwa committed Nov 22, 2023
1 parent 47dc228 commit 220cba6
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 @@ -29,6 +29,6 @@ def diffmod_args():


def test_diffmod(diffmod_args):
cmd = ['xpore diffmod --config',os.path.join(os.path.abspath(os.path.dirname(__file__)), "data/config.yml"),'--out_dir diffmod']
cmd = ['xpore diffmod --config',os.path.join(os.path.abspath(os.path.dirname(__file__)), "data/config.yml")]
subprocess.run(' '.join(cmd), shell=True, check=True)
#diffmod.diffmod(diffmod_args)

0 comments on commit 220cba6

Please sign in to comment.