Skip to content

Conversation

@Boot-Error
Copy link
Contributor

Fix for #13

if site == 'config' and username == 'config' and repo == 'config':
if username == 'config' and repo == 'config':
print ("The Application will read username and code sites from configuraiton file")
with open('config.yml', 'r') as f:
Copy link
Member

Choose a reason for hiding this comment

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

First, check that the file is present or not, you can do that using os module.

Copy link
Contributor

Choose a reason for hiding this comment

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

Right now this PR does not focus on config file parsing, we will check this in #23

@bhavin192 bhavin192 merged commit 82c48c7 into pythonpune:master Nov 21, 2017
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