We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59d454 commit 2438c02Copy full SHA for 2438c02
scripts/merge_attributes.py
@@ -61,6 +61,4 @@ def main(project: int, from_order: int = 0):
61
print(f"[2/2] Ran with {len(unmatched)} failed")
62
print("Detailed:", unmatched)
63
64
- raise ValueError("debug rollback")
65
-
66
except Exception as e: print("Err: " + str(e))
0 commit comments