From a399113ff99e71cd1bff9908eeec2e95f07e0fea Mon Sep 17 00:00:00 2001 From: GeoffreyCoulaud Date: Wed, 19 Jul 2023 13:12:07 +0200 Subject: [PATCH] fixed typo --- src/importer/sources/heroic_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/importer/sources/heroic_source.py b/src/importer/sources/heroic_source.py index b194650..5150696 100644 --- a/src/importer/sources/heroic_source.py +++ b/src/importer/sources/heroic_source.py @@ -220,7 +220,7 @@ class LegendaryIterable(StoreSubSource): """Get the right path depending on the Heroic version""" heroic_config_path = self.source.config_location.root if (path := heroic_config_path / "legendaryConfig").is_dir(): - # Heroic > 2.9 + # Heroic >= 2.9 pass else: # Heroic <= 2.8