Skip to content

Commit bb734e0

Browse files
jespinosaarbsipocz
authored andcommittedJul 16, 2024
Style fixes
1 parent c1f0855 commit bb734e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎astroquery/esa/jwst/tests/test_jwsttap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ def test_get_obs_products(self):
740740
except OSError as err:
741741
print(f"Creation of the directory {output_file_full_path_dir} failed: {err.strerror}")
742742
raise err
743-
743+
744744
file = data_path('single_product_retrieval.tar')
745745
output_file_full_path = output_file_full_path_dir + os.sep + os.path.basename(file)
746746
shutil.copy(file, output_file_full_path)

0 commit comments

Comments
 (0)