-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parser #13
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
type is saved word, may change to action_type
disruption_generator/parser/utils.py
Outdated
""" | ||
A trigger object with the requested disruptive action. | ||
""" | ||
type = attr.ib(validator=attr.validators.instance_of(six.text_type)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
action_type
doc = None | ||
try: | ||
with open(self.yaml_path, 'r') as f: | ||
import ipdb;ipdb.set_trace() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this the last version after testing ?
return _actions | ||
|
||
doc = None | ||
try: | ||
with open(self.yaml_path, 'r') as f: | ||
import ipdb;ipdb.set_trace() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
??
Change-Id: I0bc57042a0e6fb93ad66852de7c4a186d95fcc94
Change-Id: I21f50f5576d207e4e6bf7894928e76d9e4b118ef
No description provided.