hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

fix: reorder template error checks #195

Closed ml019 closed 3 years ago

ml019 commented 3 years ago

Intent of Change

Description

Do the generation log file checks first in case the result is empty.

Motivation and Context

The generation log and the result file are always separate now.

How Has This Been Tested?

Local template generation

Followup Actions