Skip to content

Commit

Permalink
fix: chef CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rochaferraz committed Mar 2, 2023
1 parent e75d35a commit 66ba945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/create_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
continue

# Clean up the out directory before extracting device files
shutil.rmtree(out_directory)
shutil.rmtree(out_directory, ignore_errors=True)
os.mkdir(out_directory)

device = device.replace('.tar.gz', '')
Expand Down

0 comments on commit 66ba945

Please sign in to comment.