Skip to content
Snippets Groups Projects
Commit a27d727e authored by Juncheng's avatar Juncheng Committed by Li Xinqi
Browse files

fix job_type (#2102)

parent d80f1db3
No related branches found
No related tags found
No related merge requests found
......@@ -305,4 +305,5 @@ def _DefaultConfigCppFlags(config):
def _TryCompleteDefaultJobConfigProto(job_conf):
job_conf.predict_conf.SetInParent()
if job_conf.WhichOneof('job_type') is None:
job_conf.predict_conf.SetInParent()
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment