Merge "Fix definition of CNIRunner.get_container_id()"

This commit is contained in:
Zuul 2018-11-30 12:40:48 +00:00 committed by Gerrit Code Review
commit 1ce6952024
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class CNIRunner(object):
raise NotImplementedError()
@abc.abstractmethod
def get_container_id(self):
def get_container_id(self, params):
raise NotImplementedError()
def run(self, env, fin, fout):