Skip to content

Commit 7e741b7

Browse files
committed
Make roots without a .config.json load properly
1 parent 031d1d3 commit 7e741b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyisotools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "2.4.7"
1+
__version__ = "2.4.8"
22
__author__ = "JoshuaMK"
33
__credits__ = "Yet Another Gamecube Documentation"

pyisotools/iso.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ def load_file_system(self, path: Path, parentnode: FSTNode = None, ignoreList=No
866866
if ignoreList is None:
867867
ignoreList = []
868868

869-
self._init_tables(self.configPath)
869+
self.load_config(self.configPath)
870870

871871
if len(self._excludeTable) > 0:
872872
ignoreList.extend(self._excludeTable)

0 commit comments

Comments
 (0)