Skip to content

Commit d35ef33

Browse files
committed
Propogate options when loading subresources.
1 parent 21d8411 commit d35ef33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ def load_translations(self):
792792

793793
sheets = list()
794794
for depot_file in files:
795-
sheets.append(self.factory.load_localization(depot_file))
795+
sheets.append(self.factory.load_localization(depot_file, **self.opt))
796796

797797
translation = dict()
798798
for uid, (sheet, item) in self.id_map.items():

0 commit comments

Comments
 (0)