IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40920


Ignore:
Timestamp:
Oct 8, 2019, 1:00:34 PM (7 years ago)
Author:
fairlamb
Message:

Added a base class for backups - can load configs, knows which tasks to run

Location:
branches/ipp-259_genericise_backups/tools/backups
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ipp-259_genericise_backups/tools/backups/utils/config_parse_helper.py

    r40919 r40920  
    1313
    1414class ConfigSchemaLine():
    15     """Defines a config line by what the key is, if it is required or optional, 
     15    """Defines a config line by what the key is, if it is required or optional,
    1616the type that the value should be processed as, and any special processing required
    1717"""
     
    3636
    3737class ConfigSchema():
    38     """Defines a schema to be used. Consists of a single section name and 
     38    """Defines a schema to be used. Consists of a single section name and
    3939multiple config lines"""
    4040
Note: See TracChangeset for help on using the changeset viewer.