Aluriak / Aluriak/bubble-tools
Wrong call in README example
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 4
- Fork
- 2
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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 ?!
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.