Remove redundant exit
Browse files
DeepDeformationMapRegistration/main.py
CHANGED
@@ -344,7 +344,6 @@ def main():
|
|
344 |
|
345 |
del registration_model
|
346 |
LOGGER.info('Done')
|
347 |
-
exit(0)
|
348 |
|
349 |
|
350 |
if __name__ == '__main__':
|
|
|
344 |
|
345 |
del registration_model
|
346 |
LOGGER.info('Done')
|
|
|
347 |
|
348 |
|
349 |
if __name__ == '__main__':
|