Skip to content

Commit

Permalink
fixing output
Browse files Browse the repository at this point in the history
  • Loading branch information
malachi-constant committed Feb 9, 2024
1 parent 88a7c95 commit 1a705a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/analysis/rosbag-image-pipeline-sfn/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def scene_detection_definition(self) -> sfn.IChainable:
"S3UploadMode": "EndOfJob",
"LocalPath": "/opt/ml/processing/output/",
"S3Uri.$": sfn.JsonPath.format(
"s3://{}/{}_post_lane_dets/",
"s3://{}/{}_post_obj_dets/",
self.target_bucket.bucket_name,
sfn.JsonPath.string_at("$.path"),
),
Expand Down

0 comments on commit 1a705a5

Please sign in to comment.