Fixed PEP8

This commit is contained in:
Akshay Joshi
2024-01-25 12:51:29 +05:30
parent cafe69c235
commit 41fe1db884
4 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ class BackupMessage(IProcessDesc):
).format(server_name, self.database)
if self.backup_type == BACKUP.GLOBALS:
return gettext("Backing up the global objects on "
"the server '{0}'").format(
"the server '{0}'").format(
server_name
)
elif self.backup_type == BACKUP.SERVER: