fixed typo
This commit is contained in:
@@ -220,7 +220,7 @@ class LegendaryIterable(StoreSubSource):
|
|||||||
"""Get the right path depending on the Heroic version"""
|
"""Get the right path depending on the Heroic version"""
|
||||||
heroic_config_path = self.source.config_location.root
|
heroic_config_path = self.source.config_location.root
|
||||||
if (path := heroic_config_path / "legendaryConfig").is_dir():
|
if (path := heroic_config_path / "legendaryConfig").is_dir():
|
||||||
# Heroic > 2.9
|
# Heroic >= 2.9
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
# Heroic <= 2.8
|
# Heroic <= 2.8
|
||||||
|
|||||||
Reference in New Issue
Block a user