fixed typo

This commit is contained in:
GeoffreyCoulaud
2023-07-19 13:12:07 +02:00
parent 8839db272b
commit a399113ff9

View File

@@ -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