Skip to content

Commit

Permalink
misc: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Jan 16, 2025
1 parent 479fd1e commit f779cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harp/config/builders/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ async def abuild(self) -> System:

# Get lazy configuration.
config = self.configuration
logger.info(f"📦 {", ".join(self.applications.keys())}")
logger.info(f"📦 {', '.join(self.applications.keys())}")
for name, app in self.applications.items():
logger.debug(f'... "{name}" application loaded from "{app.path}"')

Expand Down

0 comments on commit f779cb1

Please sign in to comment.