Kris Gesling
|
e75a05557b
|
docstring cleanup
|
2021-05-11 15:10:32 +09:30 |
Kris Gesling
|
784f166bc2
|
Raise TypeError rather than quietly fail
|
2021-05-03 20:13:21 +09:30 |
Kris Gesling
|
0fb90edd28
|
Rename to get_temp_path and add docstring
|
2021-04-30 16:49:59 +09:30 |
dzekem christa
|
7765d11224
|
ran autopep8
|
2021-04-30 14:48:15 +09:30 |
dzekem christa
|
3f745c52ad
|
created temp path function
|
2021-04-30 14:47:49 +09:30 |
Åke Forslund
|
7bd27eb5df
|
Make curate_cache() return removed files
|
2021-03-21 12:47:57 +01:00 |
Åke Forslund
|
06157e3331
|
Reuse ensure_directory_exists() in create_file()
ensure_directory_exists() now takes the directory permissions as an
optional argument.
|
2020-04-17 23:42:04 +02:00 |
Åke Forslund
|
26ef052891
|
Minor cleanups
- Remove superfluous parentheses
- Remove unneccessary pass
|
2020-04-17 23:42:04 +02:00 |
Åke Forslund
|
b0be6a7ff9
|
Correct some docstrings
|
2020-04-17 23:42:04 +02:00 |
Åke Forslund
|
82e350064c
|
Simplify and clean up curate_cache
- create helper functions for getting file stats and removing files in
order of age
- create wrapper function for turning MB into bytes
|
2020-04-17 23:42:04 +02:00 |
Åke Forslund
|
60c0af69d6
|
Replace read_stripped_lines with generator
|
2020-04-17 23:42:04 +02:00 |
Åke Forslund
|
71683d18d4
|
Refactor util library.
Move utils away from the __init__.py file
|
2020-04-17 23:42:04 +02:00 |