Skip to content

Commit

Permalink
Fix: typo in variable
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Aug 17, 2023
1 parent 9020afb commit 20b0126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apx_gui/core/apx_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def create(self) -> [bool, "Subsystem"]:
)
res: [bool, str] = self._run_command(command)
if not res[0]:
return re[0], self
return res[0], self

command: str = f"apx subsystems list --json"
res: [bool, str] = self._run_command(command)
Expand Down

0 comments on commit 20b0126

Please sign in to comment.