Commit 11b075db authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: add missing default attributes in ExpEnv constructor

parent 2e582061
......@@ -319,6 +319,8 @@ class ExperimentDistributedRunner(ExperimentBaseRunner):
class ExpEnv(object):
def __init__(self, repo_path, workdir, cpdir):
self.create_cp = False
self.pcap_file = ''
self.repodir = os.path.abspath(repo_path)
self.workdir = os.path.abspath(workdir)
self.cpdir = os.path.abspath(cpdir)
......
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