BOM-1417 (#23476)
Fixing management command.
Django PR removed force_str method: dc8834cad4 (diff-55346957c9b0473492d19a390a7adb47L36)
None is not working now.
This commit is contained in:
@@ -60,7 +60,7 @@ class Command(BaseCommand):
|
||||
|
||||
export_course_to_tarfile(course_key, filename)
|
||||
|
||||
results = self._get_results(filename) if pipe_results else None
|
||||
results = self._get_results(filename) if pipe_results else ''
|
||||
|
||||
self.stdout.write(results, ending="")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user