summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2024-06-07 18:34:33 +0200
committerrobojumper <robojumper@gmail.com>2024-06-07 18:34:33 +0200
commit9bed59fae53fb70725da6a8aaf7f2c3a40007709 (patch)
tree518407f832db9ce11aea447e2dbbf982ec7bf515 /tools
parent545356024567b0a53a81ea114f146b885a82d4f0 (diff)
Reword
Diffstat (limited to 'tools')
-rw-r--r--tools/rel_sieve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rel_sieve.py b/tools/rel_sieve.py
index 03363b6c..e8b160bd 100644
--- a/tools/rel_sieve.py
+++ b/tools/rel_sieve.py
@@ -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__":