Skip to content

Commit

Permalink
rcal-920 Update logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavis-stsci committed Oct 3, 2024
1 parent d3769ef commit a80885a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romancal/regtest/test_skycell_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_skycell_asn_generation(rtdata, ignore_asdf_paths):
'r512_r274dp63x33y81_visit_F158_prompt_i2d_asn.json']
# Test that the json files exist
for file in output_files:
logger.info(
skycell_asn.logger.info(
"Check that the json file exists "
+ passfail(os.path.isfile(file))
)

0 comments on commit a80885a

Please sign in to comment.