Skip to content

Commit

Permalink
Update ocp_pipeline/opm.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
JarbasAl and coderabbitai[bot] authored Oct 16, 2024
1 parent 3f73cbe commit 362e2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocp_pipeline/opm.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def load_classifiers(self):
def load_resource_files(self):
intents = {}
for lang in self.native_langs:
lang = str(standardize_lang_tag(lang))
lang = standardize_lang_tag(lang)
intents[lang] = {}
locale_folder = join(dirname(__file__), "locale", lang)
for f in os.listdir(locale_folder):
Expand Down

0 comments on commit 362e2df

Please sign in to comment.