Some fixes found while testing #7

Open
rskthomas wants to merge 4 commits from inxi_bugfix into inxi
Owner

Added inxi and qrencode as a dependency so that those features work on live usb.

Line 316 breaks and it wouldnt send the snapshot though the api endpoint so now it checks if snapshot is a dict , if it isnt it parses it.

On same issue, fixed a typo on line 317

Added inxi and qrencode as a dependency so that those features work on live usb. Line 316 breaks and it wouldnt send the snapshot though the api endpoint so now it checks if snapshot is a dict , if it isnt it parses it. On same issue, fixed a typo on line 317
rskthomas added 4 commits 2024-11-20 15:57:39 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b inxi_bugfix inxi
git pull origin inxi_bugfix

Step 2:

Merge the changes and update on Gitea.
git checkout inxi
git merge --no-ff inxi_bugfix
git push origin inxi
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ereuse/workbench-script#7
No description provided.