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

Alice python - 3 Integration #20

Open
wants to merge 207 commits into
base: master
Choose a base branch
from
Open

Alice python - 3 Integration #20

wants to merge 207 commits into from

Conversation

ParasJain-dev
Copy link
Contributor

Description

Did you remember to?

  • Add test case(s)
  • Update CHANGES.md

@ParasJain-dev ParasJain-dev requested a review from p00j4 August 28, 2019 14:24
@@ -23,7 +23,7 @@ def get_dict_from_yaml(file_path):
data = {}
with open(file_path, 'r') as stream:
try:
data = yaml.load(stream)
data = yaml.load(stream, yaml.Loader)
Copy link
Contributor

Choose a reason for hiding this comment

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

.load need not be replaced with .safe_load?

ParasJain-dev and others added 30 commits April 28, 2020 20:11
* Create .drone.yml

* Update .drone.yml

* Update .drone.yml

* Create .woodpecker.yml

* Update .gitignore

* Update config_provider.py

* Update actor.py

Co-authored-by: ParasJain-dev <parasjain@moengage.com>
Co-authored-by: Pooja Shah <pooja@moengage.com>
* Create .drone.yml

* Update .drone.yml

* Update .drone.yml

* Create .woodpecker.yml

* Update .gitignore

* Update config_provider.py

* Update actor.py

* Update actor.py

Co-authored-by: ParasJain-dev <parasjain@moengage.com>
Co-authored-by: Pooja Shah <pooja@moengage.com>
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.

3 participants