소스 검색

Fix one more variable.

scossu 7 달 전
부모
커밋
4e955ca16c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scriptshifter/hooks/chinese/__init__.py

+ 1 - 1
scriptshifter/hooks/chinese/__init__.py

@@ -142,5 +142,5 @@ def person_name_pre_assembly(ctx):
         ctx.dest_ls[1] = ctx.dest_ls[1].strip()
         if ctx.dest_ls[2][0] in "aeiou":
             ctx.dest_ls[1] += "'"
-        ctx.dest_ls[1] += ctx_ls[2]
+        ctx.dest_ls[1] += ctx.dest_ls[2]
         del(ctx.dest_ls[2])