Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI: require stdin.isatty before using cli.input
The cli.input method currently blindly calls either raw_input or getpass both of which hang if stdin is piped into the bin/omero command. A further fix here would be to teach the input method itself how to check stdin, but this require a more further review. See https://trello.com/c/mUAfr6kf/200-bin-omero-should-fail-if-not-logged-in-and-no-stdin Former-commit-id: bc59894
- Loading branch information