Print the content of spind event file
This commit is contained in:
parent
f788d74f15
commit
e7dda3cda8
@ -68,6 +68,10 @@ def create():
|
|||||||
|
|
||||||
diff_vec = prepare_event_file(temp_event_file, roi_dict, path_prefix_textinput.value)
|
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(
|
comp_proc = subprocess.run(
|
||||||
[
|
[
|
||||||
"mpiexec",
|
"mpiexec",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user