Commit 5abbebaa authored by Francesco Amadori's avatar Francesco Amadori
Browse files

Corect creation for order_sel

parent bcea7f82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1521,7 +1521,7 @@ class Frame_Gofio:
            night_str += "AB"
        filename = self.order_sel.get("1.0", tk.END).strip()
        # pathf = dir1 + os.sep + nightd + os.sep + self.chosen_flat_var_post.get() + os.sep
        pathf = str(Path(path_instrument, night_str))
        pathf = str(Path(path_instrument, night_str, "orders_selection"))
        list_order = list()
        for i in range(self.limit_order):
            if self.list_order_var[i].get():