fix(devops): Use correct stderr function when using feature_flag management command
ref: #688 #687
This commit is contained in:
@ -39,7 +39,7 @@ class Command(BaseCommand):
|
||||
|
||||
else:
|
||||
|
||||
self.stdout.stderr('Error. Something went wrong.')
|
||||
self.stderr.write('Error. Something went wrong.')
|
||||
|
||||
if kwargs['reload']:
|
||||
|
||||
|
Reference in New Issue
Block a user