-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
bugSomething isn't workingSomething isn't workingenv/allTo indicate something that applies to all environmentsTo indicate something that applies to all environmentsfinishedWhen a bug is fixed or a feature has been implementedWhen a bug is fixed or a feature has been implemented
Description
Context:
when calling execute_async in https://github.com/knix-microfunctions/knix/blob/master/mfn_sdk/mfn_sdk/workflow.py,
it throws "AttributeError: 'MfnClient' object has no attribute 'host'" on bare metal installation when executing:
return Execution(self.client, self.client.host+r.headers['Location'])
Expected Behaviour
execute_async should return an object usable for querying for asynchronous execution results
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenv/allTo indicate something that applies to all environmentsTo indicate something that applies to all environmentsfinishedWhen a bug is fixed or a feature has been implementedWhen a bug is fixed or a feature has been implemented