Disable exporting on param study

This commit is contained in:
usov_i 2021-05-28 16:16:04 +02:00
parent 4b4d5c16ce
commit 620f32446a

View File

@ -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 = []