Print the content of spind event file

This commit is contained in:
usov_i 2021-03-26 16:32:01 +01:00
parent f788d74f15
commit e7dda3cda8

View File

@ -68,6 +68,10 @@ def create():
diff_vec = prepare_event_file(temp_event_file, roi_dict, path_prefix_textinput.value)
print(f"Content of {temp_event_file} file:")
with open(temp_event_file) as f:
print(f.read())
comp_proc = subprocess.run(
[
"mpiexec",