Getter method `byte_srt` of `Bytes`
Ouverte
new-bug
Team Scytale
- Langage dominant
- Python
- Étoiles
- 288
- Forks
- 138
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
### 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.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.