Skip to content

Commit b01d6fd

Browse files
Merge branch 'main' into UnitTest
2 parents c626ad0 + 05c265d commit b01d6fd

File tree

5 files changed

+20
-2
lines changed

5 files changed

+20
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ temp/
1010
log/
1111

1212
.vscode
13-
.coverage
13+
.coverage

ChangeLog.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Updates
22

3-
43
## 1.9.2 get to 90% update
54

65
### new things
@@ -70,6 +69,19 @@
7069

7170
- Exsample is no longer the main way of testing the code
7271

72+
## 1.8.2 csv update
73+
74+
75+
### bug Fix
76+
77+
- csw noe debugs again
78+
79+
## 1.8.1 pip update
80+
81+
82+
### bug Fix
83+
84+
- new way of using pip (bandaid)
7385

7486
## 1.8.0 State machine update
7587

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Documentation Here(in progress)
5050
- Unit tests
5151
- State Machine
5252
- Pyside6
53+
- Programin Patterns
5354

5455
## What's Next?
5556
- future code i need and want to shere
@@ -60,6 +61,7 @@ Documentation Here(in progress)
6061
- csv telemetry frame reader ,w multipex suport
6162
- config manager gui
6263
- debug logfile
64+
- Sorting of file structure (No new peojects before done)
6365

6466

6567
## Why Should You Use This?

Suporting/csvWriter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from ..Utility.Debug import *
2+
23
import copy
34
import csv
45

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools>=61.0", "wheel"]
3+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)