Skip to content

Commit

Permalink
update function
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximinhan committed Oct 30, 2024
1 parent 3ae1148 commit 8100eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyartcd/pyartcd/pipelines/gen_assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ async def run(self):
await self._slack_client.say(f"Error generating assembly definition for {self.assembly}", slack_thread)
raise

async def _get_latest_accepted_nightly(self):
async def _get_latest_accepted_nightly(self):
self._logger.info('Retrieving most recent accepted amd64 nightly...')
major, minor = isolate_major_minor_in_group(self.group)
tag_base = f'{major}.{minor}.0-0.nightly'
Expand Down

0 comments on commit 8100eef

Please sign in to comment.