Skip to content

Commit

Permalink
Update NXcrypt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadi999 committed Jun 4, 2016
1 parent 9fa4cf3 commit fa8ffbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NXcrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
print (name)

try:
py_compile.compile(payload, cfile=_byte_, dfile=None, doraise=False, )
py_compile.compile(payload, cfile=_byte_, dfile=None, doraise=False, ) #compilation
except (py_compile.PyCompileError,IOError,TypeError) :
sys.exit("encryption error : file {} don't exist or it's already crypted ".format(option.file))
sys.exit("encryption error : file {} don't exist or it's already crypted ".format(option.file)) #error
print ("[*] file : {}".format(option.file))
print ("[*] default output : {}".format(_output_))
if (sys.platform.startswith("linux")) :
Expand Down

0 comments on commit fa8ffbe

Please sign in to comment.