Commit 3544a454 authored by Lucas Carvalho's avatar Lucas Carvalho

missing colon...

parent 4246a2db
......@@ -134,7 +134,7 @@ class NetworkcacheClient(object):
Raise DirectoryNotFound if multiple files are found.
'''
path_info = self.shadir_path
if directory_key is not None
if directory_key is not None:
path_info = os.path.join(self.shadir_path, directory_key)
self.shadir_connection = httplib.HTTPConnection(self.shadir_host)
......
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