Skip to content

Commit

Permalink
Revert "add quotes around path. sneaking into this pr because it's a …
Browse files Browse the repository at this point in the history
…pretty straightforward change."

This reverts commit 8ed1d4d.
  • Loading branch information
anyaelena committed Nov 4, 2018
1 parent 8ed1d4d commit 4a83fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app/jobs/dj_jobs/run_simulate_data_point.rb
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def perform
bundle = Rails.application.config.os_gemfile_path.present? ? "--bundle "\
"#{File.join Rails.application.config.os_gemfile_path, 'Gemfile'} --bundle_path "\
"#{File.join Rails.application.config.os_gemfile_path, 'gems'} " : ""
cmd = "#{@options[:openstudio_executable]} --verbose #{bundle}run --workflow '#{osw_path}' --debug"
cmd = "#{@options[:openstudio_executable]} --verbose #{bundle}run --workflow #{osw_path} --debug"
process_log = File.join(simulation_dir, 'oscli_simulation.log')
@sim_logger.info "Running workflow using cmd #{cmd} and writing log to #{process_log}"

Expand Down

0 comments on commit 4a83fa2

Please sign in to comment.