INNER CODE UNIT · Python

ret

WorldHealthOrganization/app · tools/policycheck.py:27

            ret = ret + 1
            print("\n❌ L{} of {}:\n{}".format(i + 1, fn, lines[i][:-1]), file=sys.stderr)
            print("ℹ️  Add '{}' to {} to ignore this issue".format(key, sys.argv[2]), file=sys.stderr)
  print('\n\n\nSummary to ignore everything using {}:\n{}'.format(sys.argv[2], summary))
  return ret



if __name__ == "__main__":
  sys.exit(main(sys.argv))

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…