mirror of https://github.com/ARMmbed/mbed-os.git
[PROJECT.py] removed the sys.exit() after cleaning
parent
0791533ef2
commit
f6117f8daf
|
@ -61,8 +61,6 @@ if __name__ == '__main__':
|
|||
if options.clean:
|
||||
if exists(EXPORT_DIR):
|
||||
rmtree(EXPORT_DIR)
|
||||
sys.exit()
|
||||
|
||||
|
||||
# Target
|
||||
if options.mcu is None :
|
||||
|
|
Loading…
Reference in New Issue