no need to mkdir a the all_entities file

This commit is contained in:
Claudio Atzori 2020-03-17 17:22:14 +01:00
parent 19746ad308
commit 2795b0b096
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@
<action name="ResetAllEntitiesPath">
<fs>
<delete path="'${workingPath}/all_entities'"/>
<mkdir path="'${workingPath}/all_entities'"/>
</fs>
<ok to="GenerateEntities"/>
<error to="Kill"/>