Skip to content

Commit

Permalink
fix syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina.Hakansson committed Apr 25, 2024
1 parent 2f413de commit 1a622e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/pps_l1c_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import logging

from nwcsafpps_runner.logger import setup_logging
from nwcsatppsrunner.pps_collector_lib import pps_collector_runner
from nwcsafpps_runner.pps_collector_lib import pps_collector_runner


LOOP = True
Expand All @@ -43,10 +43,10 @@ def get_arguments():
parser.add_argument('-c', '--config_file',
type=str,
dest='config_file',
default='l1c_config.yaml',
default='config.yaml',
help="The file containing " +
"configuration parameters e.g. product_filter_config.yaml, \n" +
"default = ./l1c_config.yaml",
"configuration parameters, \n" +
"default = ./config.yaml",
required=True)
parser.add_argument("-v", "--verbose", dest="verbosity", action="count", default=0,
help="Verbosity (between 1 and 2 occurrences with more leading to more "
Expand Down

0 comments on commit 1a622e4

Please sign in to comment.