fixed configuration parser
This commit is contained in:
@ -289,7 +289,7 @@ def weed_snapshots(fslist, snapshots, config, failed_snapshots):
|
||||
|
||||
def main():
|
||||
config = configparser.ConfigParser()
|
||||
config.read('/usr/local/etc/zsnapper.ini', '/etc/zsnapper.ini')
|
||||
config.read(['/usr/local/etc/zsnapper.ini', '/etc/zsnapper.ini'])
|
||||
|
||||
ret = RET_CODES['SUCCESS']
|
||||
log = logging.getLogger(LOGGER)
|
||||
|
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ try:
|
||||
except ImportError:
|
||||
from distutils import setup
|
||||
|
||||
version = '0.3.2'
|
||||
version = '0.3.3'
|
||||
|
||||
setup(
|
||||
name='zsnapper',
|
||||
|
Reference in New Issue
Block a user