Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Mar 21, 2012
1 parent ab4fbe9 commit ed4491f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sslyze.py
Expand Up @@ -109,7 +109,9 @@ def main():
# Workaround for Cygwin and MAC OS X
nb_processes = DEFAULT_NB_PROCESSES
if sys.platform == 'darwin' or sys.platform == 'cygwin':
print 'Running on MAC OS X or Cygwin. Disabling multiprocessing until I find a better solution.'
pass
else:
print '\nWarning: Running on MAC OS X or Cygwin. Disabling multiprocessing - scans will be slower.'
nb_processes = 1

#--PLUGINS INITIALIZATION--
Expand Down

0 comments on commit ed4491f

Please sign in to comment.