فهرست منبع

Fix variable name in Chinese hook.

scossu 7 ماه پیش
والد
کامیت
7405119853
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      scriptshifter/hooks/chinese/__init__.py

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

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