Minor typo and syntax fixes
This commit is contained in:
parent
870d2abbe8
commit
0227830263
1 changed files with 2 additions and 3 deletions
|
@ -16,7 +16,6 @@ except:
|
|||
|
||||
from base64 import b64encode, b64decode
|
||||
from os import getcwd, sep, path, urandom
|
||||
from pappyproxy.plugins.misc import CryptoCompressUtils as ccu
|
||||
|
||||
class Compress(object):
|
||||
def __init__(self, sessconfig):
|
||||
|
@ -92,4 +91,4 @@ class Compress(object):
|
|||
for pf in project_files:
|
||||
archive.add(pf)
|
||||
except e:
|
||||
raise PappyException("Project archive contents corrupted. Error: ", e
|
||||
raise PappyException("Project archive contents corrupted. Error: ", e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue