Browse Source

minor comment update

Chris Simpkins 9 năm trước cách đây
mục cha
commit
a57c23094a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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