Fix getjob glob
This commit is contained in:
parent
8af0a78c74
commit
a4964a5b9c
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ def getjob(req):
|
|||
jobid = req.path[-1]
|
||||
content_disposition = None
|
||||
|
||||
found = glob.glob("/tmp/panosteal/%s---.png*" % jobid)
|
||||
found = glob.glob("/tmp/panosteal/%s---*.png" % jobid)
|
||||
|
||||
if found:
|
||||
md5 = "Not happening."
|
||||
|
|
Loading…
Reference in a new issue