Skip to content

Commit 17f3cd6

Browse files
committed
remove sys.exit
1 parent 8f81404 commit 17f3cd6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

readthedocs/projects/tasks.py

-5
Original file line numberDiff line numberDiff line change
@@ -475,11 +475,6 @@ def run_setup(self, record=True):
475475
# one after the other)
476476
if not isinstance(self.setup_env.failure, VersionLockedError):
477477
self.send_notifications()
478-
else:
479-
# Done only for the purpose of testing
480-
# It will be removed before merging
481-
import sys
482-
sys.exit(0)
483478

484479
return False
485480

0 commit comments

Comments
 (0)