diff options
Diffstat (limited to 'gn3')
-rw-r--r-- | gn3/computations/ctl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/computations/ctl.py b/gn3/computations/ctl.py index 0dec3c4..d11b691 100644 --- a/gn3/computations/ctl.py +++ b/gn3/computations/ctl.py @@ -27,7 +27,7 @@ def call_ctl_script(data): output_file_data["image_loc"]).decode("ascii") output_file_data["ctl_plots"] = [process_image(ctl_plot).decode("ascii") for - clt_plot in output_file_data["ctl_plots"]] + ctl_plot in output_file_data["ctl_plots"]] return output_file_data |