Skip to content
Snippets Groups Projects
Commit a2f7c6a7 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed output

parent 9d3044b9
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,11 @@ sub execute { ...@@ -76,7 +76,11 @@ sub execute {
'aips', # indexname 'aips', # indexname
$query, # query_hash ref $query, # query_hash ref
); );
say np($response); if ($opt->{verbose}) {
say np($response);
} else {
say $response;
}
return 1; return 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment