crafty-4/app/classes
luukas b4770bc9a0
Use indent=4 instead of indent=True
`indent=True` is equivalent to `indent=1`
You can test this by executing `'foo' * True`, `'foo' * 1` and
`'foo' * 4` in a Python REPL.
2022-06-18 01:30:50 +03:00
..
controllers Use relative paths for the jarfile and logs 2022-06-16 02:10:26 +03:00
minecraft Fix C0113 & Exempting R0201 Line as self required. 2022-06-15 04:27:27 +01:00
models Fix no-else-* QA warnings 2022-06-14 15:40:57 +03:00
shared Use indent=4 instead of indent=True 2022-06-18 01:30:50 +03:00
web Merge branch 'bug/support_logs' into 'dev' 2022-06-16 16:56:56 +00:00