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

Fix #39 d2lbook translate failure #40

Merged
merged 2 commits into from
Jan 8, 2022
Merged

Fix #39 d2lbook translate failure #40

merged 2 commits into from
Jan 8, 2022

Conversation

AnirudhDagar
Copy link
Member

@AnirudhDagar AnirudhDagar commented Dec 22, 2021

d2lbook translate was failing due to merge conflicts if src repo already exists with the following error:

git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
  cmdline: git pull -v origin

Closes #39.

d2lbook translate was failing due to merge conflicts if src repo already exists with the following error:
```
git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
  cmdline: git pull -v origin
```
See #39 for more info..
d2lbook/translate.py Outdated Show resolved Hide resolved
@AnirudhDagar
Copy link
Member Author

@astonzhang gentle reminder.

@astonzhang astonzhang merged commit d8118b5 into master Jan 8, 2022
@AnirudhDagar AnirudhDagar deleted the fix-translate branch January 8, 2022 09:12
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.

Bug: d2lbook translate
2 participants