Commit a4f90694 authored by Romain Courteaud's avatar Romain Courteaud

Network cache URLs are mandatory

parent a9a8e458
...@@ -31,7 +31,7 @@ class NetworkcacheClient(object): ...@@ -31,7 +31,7 @@ class NetworkcacheClient(object):
- SHACACHE - SHACACHE
''' '''
def __init__(self, shacache=None, shadir=None): def __init__(self, shacache, shadir):
''' Set the initial values. ''' ''' Set the initial values. '''
# ShaCache Properties # ShaCache Properties
if shacache is not None: if shacache is not None:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment