Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jespinosaar authored and bsipocz committed Jul 16, 2024
1 parent c1f0855 commit bb734e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/esa/jwst/tests/test_jwsttap.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ def test_get_obs_products(self):
except OSError as err:
print(f"Creation of the directory {output_file_full_path_dir} failed: {err.strerror}")
raise err

file = data_path('single_product_retrieval.tar')
output_file_full_path = output_file_full_path_dir + os.sep + os.path.basename(file)
shutil.copy(file, output_file_full_path)
Expand Down

0 comments on commit bb734e0

Please sign in to comment.