Commit 71c2d4cd authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Georgios Dagkakis

minor correction in skillsList name

parent 395cd483
...@@ -75,7 +75,7 @@ class Operator(ObjectResource): ...@@ -75,7 +75,7 @@ class Operator(ObjectResource):
# alias used by printRoute # alias used by printRoute
self.alias=self.id self.alias=self.id
# list attribute that describes the skills of the operator in terms of stations he can operate # list attribute that describes the skills of the operator in terms of stations he can operate
self.skillList=skills self.skillsList=skills
@staticmethod @staticmethod
def getSupportedSchedulingRules(): def getSupportedSchedulingRules():
......
Markdown is supported
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