lib/opener/opinion_detectors/base.rb in opener-opinion-detector-base-2.2.1 vs lib/opener/opinion_detectors/base.rb in opener-opinion-detector-base-2.3.0

- old
+ new

@@ -49,10 +49,10 @@ # Builds the command used to execute the kernel. # # @param [Array] args Commandline arguments passed to the command. # def command(config_file) - return "#{adjust_python_path} python -OO #{kernel} -m #{config_file} #{args.join(' ')}" + return "#{adjust_python_path} python #{kernel} -m #{config_file} #{args.join(' ')}" end ## # Runs the command and returns the output of STDOUT, STDERR and the # process information.