ba66891 Merge pull request #1319 from lachmanfrantisek/cleanup-after-srpm

1 file Merged by softwarefactory-project-zuul[bot] 2 years ago, Committed by GitHub 2 years ago,
1 file changed. 25 lines added. 20 lines removed.
    Merge pull request #1319 from lachmanfrantisek/cleanup-after-srpm
    
    Do the cleanup after the `create_srpm`
    
    Signed-off-by: Frantisek Lachman flachman@redhat.com
    This just cover the create_srpm with:
    try:
        # the old content
    finally:
        self.clean()
    Fixes: packit/packit-service#1047
    
    Reviewed-by: Tomas Tomecek <tomas@tomecek.net>
    Reviewed-by: Laura Barcziová <None>
        
file modified
+25 -20