We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccd5f3 commit 3db1daeCopy full SHA for 3db1dae
astroquery/utils/tap/taputils.py
@@ -288,5 +288,5 @@ def get_suitable_output_file_name_for_current_output_format(output_file, output_
288
elif output_file.endswith(compressed_extension):
289
output_file_renamed = output_file.removesuffix('.gz')
290
warnings.warn(f'The output format selected is not compatible with compression. {output_file}'
291
- f' will be renamed to {output_file}')
+ f' will be renamed to {output_file_renamed}')
292
return output_file_with_extension
0 commit comments