CountryList-Module: Rename method parsing_needed to is_parsing_needed to make boolean character more clear
This commit is contained in:
@@ -77,7 +77,7 @@ class CountryList():
|
|||||||
# Try to find year
|
# Try to find year
|
||||||
self.find_year()
|
self.find_year()
|
||||||
|
|
||||||
def parsing_needed( self, revid ):
|
def is_parsing_needed( self, revid ):
|
||||||
"""
|
"""
|
||||||
Check if current revid of CountryList differs from given one
|
Check if current revid of CountryList differs from given one
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user