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
This line assumes that application["config"] exists. If a key already exists for an application on SERVER and the application is deleted and replaced, when you try the command:
hp -p plugin_name -s SERVER
you get the error:
NoMethodError: undefined method '[]' for nil:NilClass
Instead, could a warning be added to highlight the fact that application["config"] does not exist?
The text was updated successfully, but these errors were encountered:
haplo-plugin-tool/lib/plugin_tool.rb
Line 206 in 64e61a4
This line assumes that
application["config"]
exists. If a key already exists for an application onSERVER
and the application is deleted and replaced, when you try the command:hp -p plugin_name -s SERVER
you get the error:
NoMethodError: undefined method '[]' for nil:NilClass
Instead, could a warning be added to highlight the fact that
application["config"]
does not exist?The text was updated successfully, but these errors were encountered: