Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* add kubeflow_label.yml for label sycn across repos in kubeflow, along with helper script to generate it.

* reformat process_label.py to fix pylint check

* handle code review feedback & change code to python3

* Enable image auto release -- testing repo part

* formating py following pylint

* update image version tag format

* fix presubmit
  • Loading branch information
kunmingg authored and k8s-ci-robot committed Jan 11, 2019
1 parent b34c7dd commit d89e687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/kubeflow/testing/test_jsonnet_formatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def parse_args():
default="",
type=str,
help="Comma separated directories which should be excluded from the test")
args = parser.parse_args()
args, _ = parser.parse_known_args()
return args


Expand Down

0 comments on commit d89e687

Please sign in to comment.