Skip to content

Commit

Permalink
[Python-server] Fix blueplanet 'file not found' error (#6411)
Browse files Browse the repository at this point in the history
* Mustache template should use invokerPackage tag to generate import

* fix 'cannot remove file error
  • Loading branch information
sebastien-rosset authored May 24, 2020
1 parent 60d5ed3 commit afb3188
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/python-server-blueplanet-petstore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ ags="generate -t $resources -i $input -g $generator -o $out_folder $@"
rm -rf $out_folder/.openapi*
rm -rf $out_folder/openapi_server
rm -rf $out_folder/tests*
rm $out_folder/README.md
rm $out_folder/requirements.txt
rm $out_folder/test-requirements.txt
rm -f $out_folder/README.md
rm -f $out_folder/requirements.txt
rm -f $out_folder/test-requirements.txt

java $JAVA_OPTS -jar $executable $ags

0 comments on commit afb3188

Please sign in to comment.