mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-25 18:47:27 -05:00
[PR #958] [MERGED] Fix undefined user_install variable in main() #1798
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/958
Author: @xd003
Created: 11/3/2025
Status: ✅ Merged
Merged: 11/3/2025
Merged by: @mbecker20
Base:
2.0.0← Head:patch-1📝 Commits (1)
33ffd32Update setup-periphery.py📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
scripts/setup-periphery.py(+1 -1)📄 Description
Fixes a NameError that occurs when starting the Periphery service. The variable
user_installon line 233 doesn't exist and should beargs.userto match the rest of the codebase.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.