From 12baff412b050c28e66eb44f7daabc55d091a406 Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Mon, 29 Aug 2016 09:14:47 +0200 Subject: [PATCH] little commentary correction --- commands/jobs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/jobs.py b/commands/jobs.py index 892e651..ed7cb70 100644 --- a/commands/jobs.py +++ b/commands/jobs.py @@ -1214,12 +1214,12 @@ class Gui(object): job.machine.sat_path) def parse_csv_boards(self, today): - """ Parse the csv files that describes the boards to produce and fill + """ Parse the csv file that describes the boards to produce and fill the dict d_input_boards that contain the csv file contain :param today int: the current day of the week """ - # loop over each csv file and read its content + # open the csv file and read its content l_read = [] with open(self.file_boards, 'r') as f: reader = csv.reader(f,delimiter=CSV_DELIMITER) -- 2.39.2