mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
cosmetic
This commit is contained in:
parent
c1315a3b39
commit
f39e370e2a
3 changed files with 25 additions and 15 deletions
|
@ -62,12 +62,12 @@ except:
|
|||
else:
|
||||
libfuse = "apt install libfuse\n modprobe fuse"
|
||||
|
||||
print(
|
||||
"\n could not import fuse; these may help:"
|
||||
+ "\n python3 -m pip install --user fusepy\n "
|
||||
+ libfuse
|
||||
+ "\n"
|
||||
)
|
||||
m = """\033[33m
|
||||
could not import fuse; these may help:
|
||||
{} -m pip install --user fusepy
|
||||
{}
|
||||
\033[0m"""
|
||||
print(m.format(sys.executable, libfuse))
|
||||
raise
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue