Skip to content

Convert dict to string#73

Closed
PrajwalM2212 wants to merge 1 commit into
HTTP-APIs:developfrom
PrajwalM2212:fix_string
Closed

Convert dict to string#73
PrajwalM2212 wants to merge 1 commit into
HTTP-APIs:developfrom
PrajwalM2212:fix_string

Conversation

@PrajwalM2212

Copy link
Copy Markdown
Contributor

fixes #72
redis_connection.set accepts a string as its value , but a dictionary was passed. This has been solved by using json.dumps.

@PrajwalM2212 PrajwalM2212 mentioned this pull request Jan 22, 2019
@Mec-iS

Mec-iS commented Jan 26, 2019

Copy link
Copy Markdown
Contributor

not passing CI

@PrajwalM2212

PrajwalM2212 commented Jan 26, 2019

Copy link
Copy Markdown
Contributor Author

@Mec-iS One of the reason for travis failing was this issue. But to make the CI pass we have to remove the dependency on https://storage.googleapis.com/api4/api.

@xadahiya

Copy link
Copy Markdown
Member

@sandeepsajan0 Please review

properties=entrypoint_properties)
self.redis_graph.add_node(entrypoint_node)
redis_connection.set("EntryPoint", entrypoint_properties)
redis_connection.set("EntryPoint", json.dumps(entrypoint_properties))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@PrajwalM2212 I think, we don't need to have that line of code because we already have a node for the same. So, Can you try to run without this line? And don't forget to send the screenshot.

@sandeepsajan0 sandeepsajan0 mentioned this pull request Mar 2, 2019
@Mec-iS

Mec-iS commented Mar 6, 2019

Copy link
Copy Markdown
Contributor

waiting for feedback from @PrajwalM2212

@shravandoda

Copy link
Copy Markdown
Contributor

What' the status here? Without removing that line, python-hydra-agent wouldn't run.

@sandeepsajan0

Copy link
Copy Markdown
Contributor

fixed in #94

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.

5 participants