Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

job order checker should check for optional types #203

Merged
merged 2 commits into from
Mar 13, 2019

Conversation

johnbradley
Copy link
Contributor

@johnbradley johnbradley commented Mar 13, 2019

Changes job order checker to skip checking for a value for optional types.

@johnbradley johnbradley requested a review from dleehr March 13, 2019 17:26
Copy link
Member

@dleehr dleehr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - just the one leftover

@@ -215,15 +215,23 @@ def format_file_path(path):

class JobOrderValuesCheck(JobOrderWalker):
def __init__(self, user_job_fields):
self.user_job_keys = [field['name'] for field in user_job_fields]
self.user_job_fields = user_job_fields
#self.user_job_keys = [field['name'] for field in user_job_fields]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leftover commented-out code

@johnbradley johnbradley merged commit 37ccb73 into master Mar 13, 2019
@johnbradley johnbradley deleted the 202-job-template-validate-optional-fields branch March 13, 2019 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants