Browse Source

remove duplication

pull/2939/head
Ivan Pozdeev 5 months ago
parent
commit
5b4d5a32d3
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      plugins/python-build/test/stubs/stub

+ 0
- 4
plugins/python-build/test/stubs/stub View File

@ -100,10 +100,6 @@ if [ -n "${!_STUB_END}" ]; then
rm -f "${!_STUB_RUN}"
rm -f "${!_STUB_LOG}"
# Clean up the run file.
rm -f "${!_STUB_RUN}"
rm -f "${!_STUB_LOG}"
# Return the result.
exit "${!_STUB_RESULT}"

Loading…
Cancel
Save