Skip to content

Commit ca265f5

Browse files
author
Will Trimble
committed
Problem with test fixtures--/metagenome returns incomplete data without public=1
1 parent eeea313 commit ca265f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/mg-display-statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def main(args):
8383
token = get_auth_token(opts)
8484

8585
# build call url
86-
url = opts.url+'/metagenome/'+opts.id+'?verbosity=stats'
86+
url = opts.url+'/metagenome/'+opts.id+'?verbosity=stats&public=1'
8787

8888
# retrieve / output data
8989
result = obj_from_url(url, auth=token)

0 commit comments

Comments
 (0)