Skip to content

Commit

Permalink
Use double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhjostone committed Jan 30, 2025
1 parent 04c66ab commit fa591f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ramalama/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def setup_container(self, args):
name,
]

if args.subcommand == 'run':
if args.subcommand == "run":
conman_args += [f"--network={args.network_mode}"]

if os.path.basename(args.engine) == "podman":
Expand Down

0 comments on commit fa591f4

Please sign in to comment.