Igor Chubin
|
4de30def8c
|
Merge branch 'master' into fix-typos
|
2025-07-29 20:14:23 +02:00 |
|
Igor Chubin
|
e82797a39e
|
Format python code using black
|
2025-07-29 20:07:59 +02:00 |
|
Kian-Meng Ang
|
9e1cab3807
|
Fix typos
Found via `codespell -S tests -L alltime,tread`
|
2023-03-12 14:10:02 +08:00 |
|
cclauss
|
604edfb7f7
|
import os to access os.path.join()
flake8 testing of https://github.com/chubin/cheat.sh on Python 3.7.0
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./lib/panela/panela_colors.py:636:16: F821 undefined name 'os'
pagepath = os.join.path(MYDIR, "share/firstpage-v2.pnl")
^
1 F821 undefined name 'os'
1
```
|
2018-07-31 00:04:15 +02:00 |
|
Brandon Lopez
|
65cf18ca95
|
panela_colors not using hardcoded path
|
2018-07-27 16:17:21 -07:00 |
|
Edward Betts
|
3ce21e7d6b
|
Correct spelling mistake.
|
2018-07-11 17:18:20 +01:00 |
|
cclauss
|
ae9004bff2
|
Modernize Python 2 code to get ready for Python 3
|
2018-07-03 22:09:51 +02:00 |
|
Igor Chubin
|
70e06280a1
|
added panela/ (currently used to generate firstpage-v2)
|
2018-05-21 20:43:17 +00:00 |
|