File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 44/build /**
55* .log
66env
7- .tox
7+ .tox
8+ * .un~
9+ 0 /
10+ tests /.cache
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def parse_args():
1919
2020# load args with config path
2121args = parse_args ()
22- config = yaml .load (file (args .config or 'rtmbot.conf' , 'r' ))
22+ config = yaml .load (open (args .config or 'rtmbot.conf' , 'r' ))
2323bot = RtmBot (config )
2424try :
2525 bot .start ()
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ basepython =
2020[testenv:flake8]
2121basepython =python
2222deps =flake8
23- commands =flake8 {toxinidir}/rtmbot/core.py {toxinidir}/doc/example-plugins
23+ commands =flake8 {toxinidir}/start_rtmbot.py {toxinidir}/ rtmbot/core.py {toxinidir}/setup .py {toxinidir}/doc/example-plugins
You can’t perform that action at this time.
0 commit comments