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

Remove extranous command option #12

Merged
merged 2 commits into from
Aug 19, 2024
Merged

Remove extranous command option #12

merged 2 commits into from
Aug 19, 2024

Conversation

bjester
Copy link
Member

@bjester bjester commented Aug 15, 2024

Summary

  • Removes extraneous option start_stage being passed to the sync_proceed_to command, since it doesn't accept it

Errors

Resolves the following error which might occur with newer versions of Django (?)

ERROR    2024-08-15 20:02:52,486 Job fcaf8877e32f4222953e950b5f1bde1d raised an exception: Traceback (most recent call last):
  File "/datos/le/mio/kolibri-data-portal/venv/lib/python3.10/site-packages/kolibri/core/tasks/job.py", line 326, in execute
    result = func(*args, **kwargs)
  File "/datos/le/mio/kolibri-data-portal/venv/lib/python3.10/site-packages/kolibri/dist/django/core/management/__init__.py", line 168, in call_command
    raise TypeError(
TypeError: Unknown option(s) for sync_proceed_to command: start_stage. Valid options are: capabilities, force_color, help, id, no_color, pythonpath, settings, skip_checks, stderr, stdout, target_stage, traceback, verbosity, version.

Copy link
Member

@jredrejo jredrejo left a comment

Choose a reason for hiding this comment

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

Thanks, problem solved!

@bjester bjester merged commit 18bc5c4 into main Aug 19, 2024
8 checks passed
@bjester bjester deleted the extraneous branch August 19, 2024 14:36
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