Skip to content

Conversation

@PrajwalM2212
Copy link
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
Copy link
Contributor

Mec-iS commented Jan 26, 2019

not passing CI

@PrajwalM2212
Copy link
Contributor Author

PrajwalM2212 commented Jan 26, 2019

@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
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
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
Copy link
Contributor

Mec-iS commented Mar 6, 2019

waiting for feedback from @PrajwalM2212

@shravandoda
Copy link
Contributor

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

@sandeepsajan0
Copy link
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