Skip to content

Commit 5a48bda

Browse files
committed
(#26) - Correct a whitespace issue found during bytecode pre-compilation
Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
1 parent cc62de2 commit 5a48bda

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

doc/Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
## 0.1.5
3+
- (#26) - Correct a whitespace issue found during bytecode pre-compilation
4+
25
## 0.1.4
36
- Update XML writer to properly emit ignore and illegal bins
47
- Update XML reader to properly read crossExpr elements

src/ucis/yaml/yaml_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ class YamlFactory():
99

1010
@staticmethod
1111
def read(file_or_filename) -> UCIS:
12-
12+
pass

0 commit comments

Comments
 (0)