浏览代码

minor comment update

Chris Simpkins 9 年之前
父节点
当前提交
a57c23094a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      postbuild_processing/posthinted_builds/dev-versioner.py

+ 1 - 1
postbuild_processing/posthinted_builds/dev-versioner.py

@@ -36,7 +36,7 @@ def main(argv):
 
         if SUCCESS_INDICATOR == 0:
             print("[ERROR] Unable to complete the name table update for " + font_variant_path)
-        elif SUCCESS_INDICATOR == 1:
+        elif SUCCESS_INDICATOR == 1:  # should equal 2 if both name tables were successfully updated
             print("[ERROR] Incomplete name table update for " + font_variant_path)
 
         SUCCESS_INDICATOR = 0   # reset success indicator