We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffed8c commit 2e5845dCopy full SHA for 2e5845d
nextmv/nextmv/default_app/src/main.py
@@ -17,7 +17,7 @@
17
nextmv.log(message)
18
19
if options.details:
20
- detail = "You are", {input.data["distance"]}, " million km from the sun"
+ detail = f"You are {input.data['distance']} million km from the sun"
21
nextmv.log(detail)
22
23
assets = create_visuals(name, input.data["radius"], input.data["distance"])
0 commit comments