mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 22:07:12 +02:00
small fixes, but bug introduced here '40895b0148
'
Some checks failed
CMake / Configure and build using cmake (push) Failing after 2s
Some checks failed
CMake / Configure and build using cmake (push) Failing after 2s
This commit is contained in:
@ -234,6 +234,7 @@ with open(fname, 'w') as fp:
|
||||
traceback.print_exc(file=fp_error) # This will log the full traceback
|
||||
|
||||
testError = True
|
||||
cleanup(fp)
|
||||
break
|
||||
|
||||
# redirect to terminal
|
||||
@ -248,5 +249,5 @@ with open(fname, 'w') as fp:
|
||||
sys.stdout = original_stdout
|
||||
sys.stderr = original_stderr
|
||||
Log(Fore.RED, f'Exception caught with general testing. Cleaning up...')
|
||||
cleanSharedmemory(sys.stdout)
|
||||
cleanup(fp)
|
||||
|
Reference in New Issue
Block a user