minor comment update

pull/198/head
Chris Simpkins 2016-03-23 14:43:28 +07:00
parent 7b43572dab
commit a57c23094a
1 changed files with 1 additions and 1 deletions

@ -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