-
Type: Bug
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Component/s: ics_archiver
-
Labels:None
Currently, 'archiver' is passed to config.ConfigOptionParser,
https://github.com/Subaru-PFS/ics_archiver/blob/master/bin/archiveServer.py#L130
but repository name is 'ics_archiver', so this should be as:
cli = config.ConfigOptionParser( product_name='ics_archiver',config_file='archiver.ini',config_section='server' )