We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193cb3e commit 9eb1a4cCopy full SHA for 9eb1a4c
1 file changed
partitionmanager/cli.py
@@ -353,8 +353,7 @@ def do_partition(conf):
353
354
except partitionmanager.types.NoEmptyPartitionsAvailableException:
355
log.warning(
356
- "Unable to automatically handle %s: No empty "
357
- "partition is available.",
+ "Unable to automatically handle %s: No empty partition is available.",
358
table,
359
)
360
except partitionmanager.types.DatabaseCommandException as e:
0 commit comments