mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-07 23:33:19 +08:00
Add a missing docstring to 'untag_artifacts'
This commit is contained in:
@@ -383,7 +383,9 @@ chmod 644 %buildroot/%_sysconfdir/rpm/macros.zz-modules
|
||||
self.koji_session.multiCall(strict=True)
|
||||
|
||||
def untag_artifacts(self, artifacts):
|
||||
"""
|
||||
""" Untag the provided artifacts from the module destination and build tag
|
||||
:param artifacts: a list of NVRs to untag
|
||||
:return: None
|
||||
"""
|
||||
dest_tag = self._get_tag(self.module_tag)['id']
|
||||
build_tag = self._get_tag(self.module_build_tag)['id']
|
||||
|
||||
Reference in New Issue
Block a user