Skip to content

Commit

Permalink
force remove __pycache__
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Nov 3, 2023
1 parent 3ecbc23 commit cf8964d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tarscript
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ do
done

# Clean up tmpdir
rm -r $tmpdir/doc/shared/__pycache__
rm -rf $tmpdir/doc/shared/__pycache__
find $tmpdir -name "*~" -delete
find $tmpdir -name "*.orig" -delete

Expand Down

0 comments on commit cf8964d

Please sign in to comment.