You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change the call to open to URI.open in server/app/jobs/dj_jobs/run_simulate_data_point.rb
C:/Projects/OS-Server-develop/server/app/jobs/dj_jobs/run_simulate_data_point.rb:432: warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open
The text was updated successfully, but these errors were encountered:
change the call to
open
toURI.open
in server/app/jobs/dj_jobs/run_simulate_data_point.rbC:/Projects/OS-Server-develop/server/app/jobs/dj_jobs/run_simulate_data_point.rb:432: warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open
The text was updated successfully, but these errors were encountered: