Getter method `byte_srt` of `Bytes`
Đang mở
new-bug
Team Scytale
- Ngôn ngữ chính
- Python
- Star
- 288
- Fork
- 138
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### Subject of the issue
Getter method `byte_srt` of `Bytes` returns a string containing quotation marks.
### Your environment
`pyteal`: 0.10.1
### Steps to reproduce
```python
Bytes('foo').byte_str
```
### Expected behaviour
```python
'foo'
```
### Actual behaviour
```python
"'foo'"
```
### Priority
Very low.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.