Skip to content

Commit

Permalink
give up.
Browse files Browse the repository at this point in the history
Signed-off-by: Lou DeGenaro <lou.degenaro@gmail.com>
  • Loading branch information
degenaro committed Dec 3, 2024
1 parent ac86204 commit f5ce4e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions trestle/tasks/cis_xlsx_to_oscal_cd.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ def _execute(self) -> TaskOutcome:

def _get_tempdir(self) -> tempfile.TemporaryDirectory():
"""Get tmpdir."""
path = pathlib.Path('/tmp/foobar')
path.mkdir(parents=True, exist_ok=True)
return path
return tempfile.TemporaryDirectory()


Expand Down

0 comments on commit f5ce4e7

Please sign in to comment.