7b880af pkgset: Remove use of undefined variable

Authored and Committed by lsedlar 6 years ago
    pkgset: Remove use of undefined variable
    
    As long as the assertion is not violated, this would not be a problem as
    the second argument is not evaluated. However if the condition was
    broken, a NameError would be raised instead of AssertionError with a
    nice message.
    
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>