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

Check to see the given path exists #5

Merged
merged 1 commit into from
Jun 29, 2016
Merged

Check to see the given path exists #5

merged 1 commit into from
Jun 29, 2016

Conversation

Artemid
Copy link

@Artemid Artemid commented Jun 27, 2016

Fix for #4 "Check to see file exists"

@Artemid
Copy link
Author

Artemid commented Jun 27, 2016

Sorry for crappy comment in commit didn't see style before commiting

@Jintin
Copy link
Owner

Jintin commented Jun 28, 2016

Since the test is failed, I think you can modify to pass the test.

  1. the indent is tab base in andle.
  2. isexist seems not found in some python version. I think you can use os.path.exists as an alternative.
    https://docs.python.org/dev/library/os.path.html#os.path.exists
    Thank you for your help.

@Artemid
Copy link
Author

Artemid commented Jun 29, 2016

rebuild

* Syntax fix

* Tabs are fixed
@Jintin Jintin merged commit 35e61c2 into Jintin:master Jun 29, 2016
@Jintin
Copy link
Owner

Jintin commented Jun 29, 2016

Thank you very much.

@Jintin Jintin mentioned this pull request Jun 29, 2016
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.

None yet

2 participants