mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
[tools.darkcult] fix result check in break/continue mode
This commit is contained in:
parent
e56429ad0a
commit
04f61170a7
2 changed files with 4 additions and 3 deletions
|
@ -57,5 +57,5 @@ def main():
|
|||
]
|
||||
))
|
||||
|
||||
if __name__=="__main__":
|
||||
if __name__ == "__main__":
|
||||
sys.exit(main())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue