Loading DataReductionGIANOB/Frame_Gofio.py +1 −1 Original line number Diff line number Diff line Loading @@ -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(): Loading Loading
DataReductionGIANOB/Frame_Gofio.py +1 −1 Original line number Diff line number Diff line Loading @@ -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(): Loading