Skip to content

Commit 411e288

Browse files
committed
Emit output lines with MySQL comment characters
1 parent 6c32763 commit 411e288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

partitionmanager/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def main():
437437
print(f" {k}: {v}")
438438
elif isinstance(output[key], list):
439439
for v in output[key]:
440-
print(f" - {v}")
440+
print(f"# {v}")
441441
else:
442442
print(f" {output[key]}")
443443
except Exception as e:

0 commit comments

Comments
 (0)