Skip to content
This repository was archived by the owner on Oct 10, 2020. It is now read-only.

Commit 09c1489

Browse files
giusepperh-atomic-bot
authored andcommitted
install: leave space between variable and =
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #1125 Approved by: TomSweeneyRedHat
1 parent e78ecdd commit 09c1489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Atomic/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def install(self):
8989
storage_set = False if self.args.storage is None else True
9090
storage = _storage if not storage_set else self.args.storage
9191
args_system = getattr(self.args, 'system', None)
92-
args_user= getattr(self.args, 'user', None)
92+
args_user = getattr(self.args, 'user', None)
9393
if (args_system or args_user) and storage != 'ostree' and storage_set:
9494
raise ValueError("The --system and --user options are only available for the 'ostree' storage.")
9595
be_utils = BackendUtils()

0 commit comments

Comments
 (0)