Skip to content

Commit 4c50988

Browse files
authored
add new lines before and after the success message
1 parent f0d2af8 commit 4c50988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tkdesigner/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def main():
6969

7070
designer = Designer(token, file_key, output_path)
7171
designer.design()
72-
print(f"Project successfully generated at {output_path}.")
72+
print(f"\nProject successfully generated at {output_path}.\n")
7373

7474

7575
if __name__ == "__main__":

0 commit comments

Comments
 (0)