Skip to content

Commit

Permalink
remove rm statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kiihne-noaa authored Jan 16, 2025
1 parent 33c1831 commit 1dada88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fre/make/tests/null_example/test_checkout_null_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ def test_checkout_execute():
"""
check if --execute option works
"""
subprocess.run(["rm","-rf",f"{OUT}"])
result = create_checkout_script.checkout_create(YAMLFILE,PLATFORM,TARGET,False,False, True,False)

0 comments on commit 1dada88

Please sign in to comment.