Skip to content

Removing system requirements check leftovers#84

Merged
VitjanZ merged 1 commit intomainfrom
fix/system_req_check
Feb 3, 2026
Merged

Removing system requirements check leftovers#84
VitjanZ merged 1 commit intomainfrom
fix/system_req_check

Conversation

@VitjanZ
Copy link
Copy Markdown
Collaborator

@VitjanZ VitjanZ commented Feb 3, 2026

Got the following error, cause this was checking for the presence of "system_requirements" which were previously removed.

Traceback (most recent call last):
  File "/home/vitjan/codeplain/plain2code.py", line 43, in <module>
    from system_config import system_config
  File "/home/vitjan/codeplain/system_config.py", line 42, in <module>
    system_config = SystemConfig()
                    ^^^^^^^^^^^^^^
  File "/home/vitjan/codeplain/system_config.py", line 20, in __init__
    self.requirements = self.config["system_requirements"]

@VitjanZ VitjanZ requested a review from tjazerzen February 3, 2026 16:17
@VitjanZ
Copy link
Copy Markdown
Collaborator Author

VitjanZ commented Feb 3, 2026

Tjaz verbally approved :)

@VitjanZ VitjanZ merged commit 6fb6714 into main Feb 3, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant