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: Write stats.txt for ./manage.py export <realm>. #1603

Closed
wants to merge 1 commit into from

Conversation

showell
Copy link
Contributor

@showell showell commented Aug 12, 2016

No description provided.

@smarx
Copy link

smarx commented Aug 12, 2016

Automated message from Dropbox CLA bot

@showell, it looks like you've already signed the Dropbox CLA. Thanks!

@@ -126,3 +128,4 @@ def handle(self, *args, **options):
os.chdir(os.path.dirname(output_dir))
subprocess.check_call(["tar", "-czf", tarball_path, os.path.basename(output_dir)])
print("Tarball written to %s" % (tarball_path,))
do_write_stats_file_for_realm_export(output_dir)
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

hmm, why did you choose not to write it into the tarball? Seems like it might be handy to have it there.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ha, pure oversight

@timabbott
Copy link
Sponsor Member

Merged, thanks @showell!

@timabbott timabbott closed this Aug 12, 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

3 participants