Skip to content
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

Update builtins.py #108

Merged
merged 2 commits into from Jan 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pyff/builtins.py
Expand Up @@ -567,7 +567,7 @@ def select(req, *opts):

.. code-block:: yaml

- select as foo-2.0: "!//md:EntityDescriptor[md:IDPSSODescriptor]""
- select as /foo-2.0: "!//md:EntityDescriptor[md:IDPSSODescriptor]"

would allow you to use /foo-2.0.json to refer to the JSON-version of all IdPs in the current repository.
Note that you should not include an extension in your "as foo-bla-something" since that would make your
Expand Down