Skip to content
Snippets Groups Projects
Commit 8a5a364b authored by Maël Madon's avatar Maël Madon
Browse files

remove class init because logger bug

parent 7562790d
Branches
No related tags found
No related merge requests found
......@@ -6,10 +6,6 @@ from batsim.batsim import BatsimScheduler, Batsim
class Template(BatsimScheduler):
def __init__(self, options):
"""Anything you need to initialize at class creation"""
pass
def onSimulationBegins(self):
"""Initialize your necessary variables and data structures..."""
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment