Aluriak / Aluriak/bubble-tools
Wrong call in README example
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 4
- Forks
- 2
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
The python API example given in the README file should be :
```
convert.bubble_to_dot('path/to/bubble.bbl', dotfile='path/to/dot.dot')
```
instead of
```
convert.to_dot(open('path/to/bubble.lp'), dotfile='path/to/dot.dot')
```
Also there is several references to bubble files but with `lp` extension ?!
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.