116c617 arch_utils: Fix ResourceWarnings

1 file Authored by lsedlar 4 years ago, Committed by lsedlar 4 years ago,
    arch_utils: Fix ResourceWarnings
    
    Newer versions of Python report an error when a file is not closed.
    Let's avoid it by using with statement.
    
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
    
        
file modified
+4 -2