-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix Issue1567 #1568
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
Fix Issue1567 #1568
Conversation
Please sign your commits following these rules: $ git clone -b "issue1567" git@github.com:Niboo/docker-py.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842361558592
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f Amending updates the existing PR. You DO NOT need to open a new one. |
Sry this is my first Pull Request ever, not use to it. Is there anything else I can do for you ? |
Any news ? |
Hi Antoine, Thank you for taking the time to write and submit a PR! Sorry for not responding earlier, I've been busy with other tasks lately. There's a few things I need before I can accept this PR:
|
Hey again, Thank for your answer.
Every print is true (except the first one which is banane). Thanks for your answer and time. |
Yes, every commit should be signed. Alternatively, you can squash them all into a single commit. Changes look good now. Thanks! |
Signed-off-by: Antoine Verlant <antoine@niboo.be>
Here it is. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Here is how I fixed the parsing.
Rather than append element and remove element in the list on which the loop is, I created a new list wherre I append the parsed_mount.
Then I replace it.