Commit 4366bb56 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

orchestration: document create/restore_cp in ExpEnv

parent 749baeb3
......@@ -28,6 +28,9 @@ class ExpEnv(object):
def __init__(self, repo_path, workdir, cpdir):
self.create_cp = False
"""Whether a checkpoint should be created."""
self.restore_cp = False
"""Whether to restore from a checkpoint."""
self.pcap_file = ''
self.repodir = os.path.abspath(repo_path)
self.workdir = os.path.abspath(workdir)
......
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