Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-yankee committed Jan 21, 2025
1 parent 066d088 commit b9d66ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/release_engineering/dev/push_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@ def _push_deb(state: _State):
"""
for deb in state.find_artifacts(_Manifest.RE_DEB):
dest_path_suffix = f'{deb.version}_{deb.arch}-{deb.platform}.{deb.ext}'
state.push_artifact(deb, _AWS_BUCKET, f'drake/release/drake-dev_{dest_path_suffix}')
state.push_artifact(deb, _AWS_BUCKET,
f'drake/release/drake-dev_{dest_path_suffix}')


def _push_docker(state: _State):
Expand Down

0 comments on commit b9d66ac

Please sign in to comment.