Skip to content

Commit

Permalink
Add TODO comment based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
fridex committed Aug 28, 2018
1 parent 2fdd8b0 commit d46cd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thoth/common/openshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def _raise_on_invalid_response_size(self, response):

def _oc_process(self, namespace: str, template: dict) -> dict:
"""Process the given template in OpenShift."""
# This does not work - see issue reported upstream:
# TODO: This does not work - see issue reported upstream:
# https://github.com/openshift/openshift-restclient-python/issues/190
# return TemplateOpenshiftIoApi().create_namespaced_processed_template_v1(namespace, template)
endpoint = "{}/apis/template.openshift.io/v1/namespaces/{}/processedtemplates".format(
Expand Down

0 comments on commit d46cd55

Please sign in to comment.