Skip to content

Commit

Permalink
Still more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Feb 2, 2024
1 parent f4a5728 commit 06fc297
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hendrics/tests/test_fspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ def setup_class(cls):
cls.ev_fileB = os.path.join(
cls.datadir, "monol_testB_nustar_fpmb_ev" + HEN_FILE_EXTENSION
)
for fname in [cls.ev_fileA, cls.ev_fileB]:
if os.path.exists(fname):
os.unlink(fname)

cls.par = _dummy_par("bubububu.par")
command = "{0} {1}".format(
Expand Down

0 comments on commit 06fc297

Please sign in to comment.