Skip to content

Commit

Permalink
additon to #564 - makes tests work and has a default recovery type se…
Browse files Browse the repository at this point in the history
…t in the repository
  • Loading branch information
andiempettJISC committed Apr 12, 2019
1 parent ed19b85 commit 8e074e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galicaster/mediapackage/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Repository(object):

def __init__(self, root=None, hostname='',
folder_template='gc_{hostname}_{year}-{month}-{day}T{hour}h{minute}m{second}',
logger=None, recoverytype=None):
logger=None, recoverytype='full'):
"""Initializes a repository that will contain a set of mediapackage.
Args:
root (str): absolute path to the working folder. ~/Repository used if it is None
Expand Down

0 comments on commit 8e074e1

Please sign in to comment.