mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
beakerlib plugin: Don't try to submit logs if they are missing
This commit is contained in:
parent
e6c06b08d8
commit
70c1e4a185
@ -116,6 +116,7 @@ class BeakerLibProcess(object):
|
||||
raiseonerr=False)
|
||||
if cmd.returncode:
|
||||
self.log.warn('Could not collect all requested logs')
|
||||
return
|
||||
|
||||
# Copy and unpack on the local side
|
||||
topdirname = tempfile.mkdtemp()
|
||||
|
Loading…
Reference in New Issue
Block a user