From: Serge Rehbinder Date: Mon, 29 Aug 2016 07:14:47 +0000 (+0200) Subject: little commentary correction X-Git-Tag: 5.0.0a1~155 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=12baff412b050c28e66eb44f7daabc55d091a406;p=tools%2Fsat.git little commentary correction --- 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)