Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
14ef76d8
Commit
14ef76d8
authored
Jan 21, 2020
by
Markus Scheidgen
Browse files
Save not print data in AT python example code.
parent
d87b494e
Pipeline
#67460
passed with stages
in 13 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/app/api/common.py
View file @
14ef76d8
...
...
@@ -268,7 +268,7 @@ def query_api_python(*args, **kwargs):
url
=
query_api_url
(
*
args
,
**
kwargs
)
return
'''import requests
response = requests.get("{}")
response.json()'''
.
format
(
url
)
data =
response.json()'''
.
format
(
url
)
def
query_api_curl
(
*
args
,
**
kwargs
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment