Skip to content

Conversation

@psyclone241
Copy link

One of the features on the API that I really wanted to use and I know others will is the ability to query a dataset. I have added this to the client and did a basic test. Of course, feel free to check my work. Also, I did not add it to examples.

else:
self.logger.debug("Error querying " + obj_desc + ": "
+ self.transport.dump_response(response))
raise Exception("Error querying " + obj_desc + ": " + response.text)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501 line too long (80 > 79 characters)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made the line adjustment, is it possible to get this PR merged now?

Adjusted "long line" for the stickler!
@psyclone241
Copy link
Author

Made the line adjustment, is it possible to get this PR merged now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants