fix(devops): Use correct stderr function when using feature_flag management command

ref: #688 #687
This commit is contained in:
2025-03-17 11:44:05 +09:30
parent 176537d583
commit 6272eef45f

View File

@ -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']: