mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 08:40:34 +03:00
[1801] Clarify Varnames
This commit is contained in:
parent
fe327606ab
commit
ad455f144d
@ -2319,11 +2319,11 @@ sys.path: {sys.path}'''
|
|||||||
config.set('plugins_not_py3_last', int(time()))
|
config.set('plugins_not_py3_last', int(time()))
|
||||||
|
|
||||||
def check_fdev_ids():
|
def check_fdev_ids():
|
||||||
"""Display message about missing FDEVID files"""
|
"""Display message about missing FDEVID files."""
|
||||||
fdev_files = {'commodity.csv', 'rare_commodity.csv'}
|
fdev_files = {'commodity.csv', 'rare_commodity.csv'}
|
||||||
for file in fdev_files:
|
for file in fdev_files:
|
||||||
file = pathlib.Path(config.respath_path / 'FDevIDs' / file)
|
fdevid_file = pathlib.Path(config.respath_path / 'FDevIDs' / file)
|
||||||
if file.is_file():
|
if fdevid_file.is_file():
|
||||||
continue
|
continue
|
||||||
# LANG: Popup-text about missing FDEVID Files
|
# LANG: Popup-text about missing FDEVID Files
|
||||||
popup_text = _(
|
popup_text = _(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user