Getter method `byte_srt` of `Bytes`
Aperta
new-bug
Team Scytale
- Lingua principale
- Python
- Stelle
- 288
- Fork
- 138
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### 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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.