-
Notifications
You must be signed in to change notification settings - Fork 16
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
add resource_id and is_external properties #1238
base: master
Are you sure you want to change the base?
Conversation
122f569
to
d044268
Compare
14c36b7
to
595599c
Compare
add resource_id and is_external properties ok
595599c
to
47a9cf7
Compare
try: | ||
return self._node.properties | ||
except AttributeError: | ||
return self._node.get('properties') |
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 it really necessary (other than in test)?
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.
Are you sure you have to include that wagon file?
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.
remember to remove the dev-reqs.txt & .wgn (accidentally committed?)
No description provided.