mirror of
https://github.com/9001/copyparty.git
synced 2025-10-04 10:19:21 +02:00
bugfixes;
* `--og` went 500 if thumbnails were disabled / not available * strip_hints wasn't very helpful explaining why it crashed
This commit is contained in:
parent
2fd12a839c
commit
7219331057
2 changed files with 9 additions and 1 deletions
|
@ -47,6 +47,14 @@ def uh(top):
|
|||
|
||||
|
||||
def uh1(fp):
|
||||
try:
|
||||
uh2(fp)
|
||||
except:
|
||||
print("failed to process", fp)
|
||||
raise
|
||||
|
||||
|
||||
def uh2(fp):
|
||||
pr(".")
|
||||
cs = strip_file_to_string(fp, no_ast=True, to_empty=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue