Skip to content

Commit

Permalink
Update processors_v3.py (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
bud42 authored Jun 27, 2022
1 parent e8687e6 commit d20f342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dax/processors_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
JOB_PENDING,
REPROC,
RERUN,
FAILED_NEEDS_REPROC,
NEEDS_QA,
)
from . import utilities
Expand Down Expand Up @@ -1491,6 +1490,8 @@ def _read_yaml(self, yaml_file):

# Load the command text
self.command = doc.get('command')
self.command_pre = doc.get('pre', None)
self.command_post = doc.get('post', None)

# Set Inputs from Yaml
inputs = doc.get('inputs')
Expand Down

0 comments on commit d20f342

Please sign in to comment.