Skip to content

Commit 2e5845d

Browse files
Update nextmv/nextmv/default_app/src/main.py
Co-authored-by: Copilot <[email protected]>
1 parent fffed8c commit 2e5845d

File tree

1 file changed

+1
-1
lines changed
  • nextmv/nextmv/default_app/src

1 file changed

+1
-1
lines changed

nextmv/nextmv/default_app/src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
nextmv.log(message)
1818

1919
if options.details:
20-
detail = "You are", {input.data["distance"]}, " million km from the sun"
20+
detail = f"You are {input.data['distance']} million km from the sun"
2121
nextmv.log(detail)
2222

2323
assets = create_visuals(name, input.data["radius"], input.data["distance"])

0 commit comments

Comments
 (0)