projects
/
mdis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
981edb6
)
walker: fix attribute path string cast
author
Dmitry Selyutin
<ghostmansd@gmail.com>
Sun, 3 Sep 2023 04:30:17 +0000
(07:30 +0300)
committer
Dmitry Selyutin
<ghostmansd@gmail.com>
Sun, 3 Sep 2023 04:30:17 +0000
(07:30 +0300)
src/mdis/walker.py
patch
|
blob
|
history
diff --git
a/src/mdis/walker.py
b/src/mdis/walker.py
index 48cfe6ad013dfbd09b0eb9f81bdfa1d8472da5b3..894357dc6279d850052436d3c045b463de7d2b7f 100644
(file)
--- a/
src/mdis/walker.py
+++ b/
src/mdis/walker.py
@@
-36,7
+36,7
@@
class IndexPath(GenericPath):
class AttributePath(GenericPath):
def __str__(self):
- return f".{self.path}
]
"
+ return f".{self.path}"
class HashPath(GenericPath):