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

Export script #2

Open
wants to merge 17 commits into
base: base
Choose a base branch
from
Open

Export script #2

wants to merge 17 commits into from

Conversation

leobalter
Copy link
Owner

this should have a non messy diff

fixturesDir = os.path.join(testDir, 'fixtures', 'import', 'files')
shutil.copytree(fixturesDir, os.path.join(cloneDir, 'test', 'temp42'))
# Stage and Commit changes
subprocess.check_call((['git', '-C', cloneDir, 'add', '.']))

Choose a reason for hiding this comment

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

subprocess.check_call((['git', '-C', cloneDir, 'add', '.']))
                      ^                                   ^

shutil.copytree(fixturesDir, os.path.join(cloneDir, 'test', 'temp42'))
# Stage and Commit changes
subprocess.check_call((['git', '-C', cloneDir, 'add', '.']))
subprocess.check_call((['git', '-C', cloneDir, 'commit', '-m', '"local foo"']))

Choose a reason for hiding this comment

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

subprocess.check_call((['git', '-C', cloneDir, 'commit', '-m', '"local foo"']))
                      ^                                                      ^

Copy link
Owner Author

Choose a reason for hiding this comment

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

you listen the sound resonating in the room. It loudly spells a git sorcery, not louder but neither fading as a noisy "local foo"

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