Getter method `byte_srt` of `Bytes`
Abierto
new-bug
Team Scytale
- Lenguaje dominante
- Python
- Estrellas
- 288
- Forks
- 138
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### 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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.