[PR #958] [MERGED] Fix undefined user_install variable in main() #1798

Closed
opened 2026-03-22 17:44:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 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.0Head: patch-1


📝 Commits (1)

  • 33ffd32 Update 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_install on line 233 doesn't exist and should be args.user to match the rest of the codebase.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/moghtech/komodo/pull/958 **Author:** [@xd003](https://github.com/xd003) **Created:** 11/3/2025 **Status:** ✅ Merged **Merged:** 11/3/2025 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `2.0.0` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`33ffd32`](https://github.com/moghtech/komodo/commit/33ffd322fbec721f53a2a4ef5a926d5af26d7193) Update setup-periphery.py ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `scripts/setup-periphery.py` (+1 -1) </details> ### 📄 Description Fixes a NameError that occurs when starting the Periphery service. The variable `user_install` on line 233 doesn't exist and should be `args.user` to match the rest of the codebase. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 17:44:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#1798