Skip to content

Commit a33430f

Browse files
authored
fix: correct typo 'classifer' -> 'classifier' in resource_info.py (#2952)
1 parent 1b52127 commit a33430f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_tools/resource_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def run_and_log_command(repo_root: Path, log_dir: str) -> int:
299299
cmd_args = sys.argv[1:]
300300
cmd_str = " ".join(shlex.quote(arg) for arg in cmd_args)
301301

302-
comp = therock_components_compile_classifer(repo_root, pwd, cmd_str)
302+
comp = therock_components_compile_classifier(repo_root, pwd, cmd_str)
303303

304304
ts = datetime.datetime.now().strftime("%Y%m%d-%H%M%S")
305305
rand = random.randint(0, 999999)

0 commit comments

Comments
 (0)