Skip to content

Conversation

@olivierdalang
Copy link
Contributor

fix for #202

@coveralls
Copy link

Pull Request Test Coverage Report for Build 18685632626

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.75%

Totals Coverage Status
Change from base Build 16602328270: 0.0%
Covered Lines: 1282
Relevant Lines: 1326

💛 - Coveralls

self.eprint(f'\nTotal check time: {timedelta(seconds=duration)}')
sys.exit(1 if has_desync else 0)
if has_desync:
raise CommandError('Desync data found.', returncode=1)
Copy link
Collaborator

Choose a reason for hiding this comment

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

How does that CommandError behave in call_command? Will it raise there or just return the non 0 returncode? (Not sure atm, if call_command uses a subprocess...)

@jerch
Copy link
Collaborator

jerch commented Oct 24, 2025

Btw - just saw that the command output is also not properly done, it uses print instead of self.stdout.write. Geez, the commands need some love I guess. --> #205

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.

3 participants