Skip to content

Commit 3db1dae

Browse files
authored
fix warning typo
1 parent 0ccd5f3 commit 3db1dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/utils/tap/taputils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,5 +288,5 @@ def get_suitable_output_file_name_for_current_output_format(output_file, output_
288288
elif output_file.endswith(compressed_extension):
289289
output_file_renamed = output_file.removesuffix('.gz')
290290
warnings.warn(f'The output format selected is not compatible with compression. {output_file}'
291-
f' will be renamed to {output_file}')
291+
f' will be renamed to {output_file_renamed}')
292292
return output_file_with_extension

0 commit comments

Comments
 (0)