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

Feature/simplify interaction with deployed artefacts #37

Merged

Conversation

matthiaszimmermann
Copy link
Contributor

No description provided.

README.md Outdated Show resolved Hide resolved
scripts/deploy.py Outdated Show resolved Hide resolved
scripts/deploy.py Outdated Show resolved Hide resolved
print('1 product expected, no producta available')
print('no product returned (None)')

if oracles >= 1:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

    if oracles > 1:
        print('1 oracle expected, {} oracles available'.format(oracles))
        print('returning last oracle available')
    if oracles >= 1:

oracle = None
riskpool = None

if products >= 1:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

    if products > 1:
        print('1 product expected, {} product available'.format(products))
        print('returning last product available')
    if products >= 1:

print('1 oracle expected, no oracles available')
print('no oracle returned (None)')

if riskpools >= 1:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

    if riskpools > 1:
        print('1 riskpool expected, {} riskpools available'.format(riskpools))
        print('returning last riskpool available')
    if riskpools >= 1:

scripts/deploy.py Outdated Show resolved Hide resolved
@matthiaszimmermann matthiaszimmermann merged commit 7b2e232 into master Aug 17, 2022
@matthiaszimmermann matthiaszimmermann deleted the feature/simplify-interaction-with-deployed-artefacts branch August 17, 2022 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants