Gandi / gandi.cli

⚠ ARCHIVED - Command line interface to Gandi.net products using the public API
http://cli.gandi.net/
GNU General Public License v3.0
347 stars 62 forks source link

[dns] handle non-available STDIN #300

Open romuald opened 4 years ago

romuald commented 4 years ago

The standard input may not alway be available. In that case trying to read from it will raise an IOError. Ignore this error if that happens

Issue #299

aegiap commented 4 years ago

+1