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

[t-gok] Support arguments.json along with arguments.txt #52

Merged
merged 2 commits into from
Oct 31, 2019

Conversation

t-gok
Copy link

@t-gok t-gok commented Oct 30, 2019

PR checklist:

src/automate.py Outdated
@@ -195,10 +195,14 @@ def get_arguments() :
return_dict = {}
if os.path.isfile(arguments_file_path) :
Copy link
Collaborator

Choose a reason for hiding this comment

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

The arguments_file_path is hard coded as arguments.txt. That needs to be changed to search for both .json and .txt. Otherwise this portion of code will never be executed.

Copy link
Author

Choose a reason for hiding this comment

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

I have made the necessary changes. Please re-review them and let me know if further changes are needed

…ad of reading arguments_file_path from constants.p
@MadaraUchiha-314 MadaraUchiha-314 merged commit 5c6b37e into intuit:master Oct 31, 2019
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