mirror of
https://github.com/n64decomp/mk64
synced 2026-09-09 19:31:16 -04:00
This reverts commit a99a739216.
This commit is contained in:
@@ -272,9 +272,6 @@ if args.format == 'csv':
|
||||
str(TotalNonMatchingFunctions), str(TotalMipsToCFunctions)]
|
||||
|
||||
print(",".join(csv_list))
|
||||
elif args.format == 'badge1':
|
||||
print(round(srcPct, 2)+"%")
|
||||
|
||||
elif args.format == 'shield-json':
|
||||
# https://shields.io/endpoint
|
||||
print(json.dumps({
|
||||
|
||||
Reference in New Issue
Block a user