mirror of https://github.com/CIRCL/AIL-framework
Adding a letter (s)
parent
043800287a
commit
7a1db94f9e
|
@ -94,7 +94,7 @@ class Paste(object):
|
||||||
"""
|
"""
|
||||||
r_serv = self.cache
|
r_serv = self.cache
|
||||||
|
|
||||||
if r_serv.exist(self.p_path):
|
if r_serv.exists(self.p_path):
|
||||||
paste = r_serv.get(self.p_path)
|
paste = r_serv.get(self.p_path)
|
||||||
else:
|
else:
|
||||||
with gzip.open(self.p_path, 'rb') as F:
|
with gzip.open(self.p_path, 'rb') as F:
|
||||||
|
|
Loading…
Reference in New Issue