Ho Yeung Lee wrote:
> before cloususerlogin
> Unexpected error:
> after map pool
>
>
> ...
> passwordlist = pickle.load( open( str(currentworkingdirectory) +
> "\\decryptedsecret.p", "rb" ) )
According to
https://docs.python.org/dev/library/multiprocessing.html#programming-guidelines
you cann
before cloususerlogin
Unexpected error:
after map pool
...
passwordlist = pickle.load( open( str(currentworkingdirectory) +
"\\decryptedsecret.p", "rb" ) )
def processInput(host):
try:
decrypt_file(sys.argv[1], str(currentworkingdirectory) +
"\\encryptedsecret.p", str(currentworki