epugh opened a new pull request, #52:
URL: https://github.com/apache/solr-orbit/pull/52

   Commit ce834dc accidentally removed the `add_argument` call for 
`--allow-unsupported-user-managed` while refactoring to use option names as 
variable names. This caused a `'Namespace' object has no attribute 
'allow_unsupported_user_managed'` error at startup.
   
   Restores the `add_argument` block so argparse creates the attribute on the 
`Namespace` object as expected by `configure_test`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to