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 c1f0855 commit bb734e0Copy full SHA for bb734e0
astroquery/esa/jwst/tests/test_jwsttap.py
@@ -740,7 +740,7 @@ def test_get_obs_products(self):
740
except OSError as err:
741
print(f"Creation of the directory {output_file_full_path_dir} failed: {err.strerror}")
742
raise err
743
-
+
744
file = data_path('single_product_retrieval.tar')
745
output_file_full_path = output_file_full_path_dir + os.sep + os.path.basename(file)
746
shutil.copy(file, output_file_full_path)
0 commit comments