This commit is contained in:
robojumper
2024-06-07 18:34:33 +02:00
parent 5453560245
commit 9bed59fae5
+1 -1
View File
@@ -83,7 +83,7 @@ def main():
], key=lambda x: -len(x[1]))
for [rel, deps] in output:
print(rel + ':', ", ".join(deps) if len(deps) else "No unidentified dependencies! Go decomp this REL, or add a blocker to this script")
print(rel + ':', ", ".join(deps) if len(deps) else "No identified blockers! Go decomp this REL, or add a blocker to this script")
if __name__ == "__main__":