david-caro / python-foreman

Small low level python wrapper around Foreman API
GNU General Public License v2.0
58 stars 37 forks source link

Review version detection #10

Closed david-caro closed 10 years ago

david-caro commented 10 years ago

there is another issue version detection fails

using with foreman 1.3 and foreman.client when im creating the api object without version spec, getting this exception: ForemanVersionException: Unable to get version

when version specified like this: f = Foreman('https://x', auth=('x', 'x'), version='1.3') it works as excepted.

Regards, Eldad

I thought that was solved, make sure :no_mouth: