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

CalledProcessError: Command '['git', 'commit', '-a', '-m', 'Export from Studio at 2022-11-14 12:45:42.693903+00:00']'... #303

Open
sentry-io bot opened this issue Nov 14, 2022 · 1 comment
Labels

Comments

@sentry-io
Copy link

sentry-io bot commented Nov 14, 2022

This is more a warning than an error. Can we handle it differently?

Sentry Issue: OPENEDX-RESIDENTIAL-3T4

CalledProcessError: Command '['git', 'commit', '-a', '-m', 'Export from Studio at 2022-11-14 12:45:42.693903+00:00']' returned non-zero exit status 1.
  File "cms/djangoapps/contentstore/git_export_utils.py", line 174, in export_to_git
    cmd_log(['git', 'commit', '-a', '-m', commit_msg], cwd)
  File "cms/djangoapps/contentstore/git_export_utils.py", line 62, in cmd_log
    output = subprocess.check_output(cmd, cwd=cwd, stderr=subprocess.STDOUT)
  File "subprocess.py", line 415, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args,

Unable to commit changes: "On branch master\nYour branch is up to date with 'origin/master'.\n\nnothing to commit, working tree clean\n"
@pdpinch pdpinch added the olive label Nov 14, 2022
@pdpinch
Copy link
Member

pdpinch commented Nov 14, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant