Skip to content

Commit f4a1244

Browse files
author
drew
committed
Style changes for a script no one will see
1 parent cac4608 commit f4a1244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/management/commands/update_all.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class Command(BaseCommand):
66

77
def handle(self, *args, **options):
88
update_data_CMS()
9-
self.stdout.write(self.style.SUCCESS('Successfully updated object data\n'))
9+
self.stdout.write(self.style.SUCCESS('\nSuccessfully updated object data'))
1010
update_hours_CMS()
11-
self.stdout.write(self.style.SUCCESS('Successfully updated hours data\n'))
11+
self.stdout.write(self.style.SUCCESS('\nSuccessfully updated hours data'))

0 commit comments

Comments
 (0)