Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue reviews done #729

Merged
merged 4 commits into from
Jul 22, 2020
Merged

issue reviews done #729

merged 4 commits into from
Jul 22, 2020

Conversation

umayangag
Copy link
Collaborator

reviews changes for issue #646

invalid_strings = ["'", "\"", "<", ">", "=", ",", ";"]
for array_item in content_array:
for value in array_item:
text_value = str(array_item[value])
if "strValue" in array_item:
Copy link
Member

Choose a reason for hiding this comment

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

Have to check if "strValue" is not None

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

Copy link
Member

Choose a reason for hiding this comment

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

You could combine two if clauses to one

Copy link
Member

@dinukadesilva dinukadesilva left a comment

Choose a reason for hiding this comment

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

Few changes are requestd

Copy link
Member

@dinukadesilva dinukadesilva left a comment

Choose a reason for hiding this comment

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

One minor thing

@dinukadesilva dinukadesilva merged commit d38bae4 into ECLK:master Jul 22, 2020
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