Disable exporting on param study
This commit is contained in:
parent
4b4d5c16ce
commit
620f32446a
@ -655,7 +655,7 @@ def create():
|
|||||||
if export:
|
if export:
|
||||||
export_data.append(s)
|
export_data.append(s)
|
||||||
|
|
||||||
pyzebra.export_1D(export_data, temp_file, "fullprof")
|
# pyzebra.export_1D(export_data, temp_file, "fullprof")
|
||||||
|
|
||||||
exported_content = ""
|
exported_content = ""
|
||||||
file_content = []
|
file_content = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user