Skip to content

Commit

Permalink
Merge pull request #320 from belegnar/patch-1
Browse files Browse the repository at this point in the history
Update base.py
  • Loading branch information
ask committed Jun 30, 2014
2 parents d231521 + 38ddb00 commit 49e3fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djcelery/management/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _validate_thread_sharing(self):

class CeleryCommand(BaseCommand):
options = BaseCommand.option_list
skip_opts = ['--app', '--loader', '--config']
skip_opts = ['--app', '--loader', '--config', '--no-color']
keep_base_opts = False

def get_version(self):
Expand Down

0 comments on commit 49e3fbb

Please sign in to comment.