Skip to content

Commit

Permalink
[Formatting] String Shortening
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed Jul 8, 2022
1 parent f37e1e5 commit 9d06637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion halpybot/commands/edsm.py
Expand Up @@ -179,7 +179,8 @@ async def cmd_landmarklookup(ctx: Context, args: List[str]):
edsm_sys_name=system, cache_override=cache_override
)
return await ctx.reply(
f"No major landmark systems within 10,000 LY of {system}.\nThe closest DSSA Carrier is in {dssa}, {distance} LY "
f"No major landmark systems within 10,000 LY of {system}.\n"
f"The closest DSSA Carrier is in {dssa}, {distance} LY "
f"{direction} of {system}."
)
logger.exception("Failed to query EDSM for landmark details.")
Expand Down

0 comments on commit 9d06637

Please sign in to comment.