wombelix / pagure

Forked from pagure a year ago
Clone

4351d92 fix: strip() without testing if var is not None

Authored and Committed by wombelix a year ago
    fix: strip() without testing if var is not None
    
    Usage of 'strip()' without testing if var exist / is not None caused "AttributeError: 'NoneType' object has no attribute 'strip'" in various tests
    
        
file modified
+1 -1
file modified
+1 -1
file modified
+9 -9
file modified
+2 -2
file modified
+1 -1