mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
fuse-client: print python version
This commit is contained in:
parent
5e159432af
commit
5bbf875385
|
@ -54,6 +54,12 @@ MACOS = platform.system() == "Darwin"
|
|||
info = log = dbg = None
|
||||
|
||||
|
||||
print("{} v{} @ {}".format(
|
||||
platform.python_implementation(),
|
||||
".".join([str(x) for x in sys.version_info]),
|
||||
sys.executable))
|
||||
|
||||
|
||||
try:
|
||||
from fuse import FUSE, FuseOSError, Operations
|
||||
except:
|
||||
|
|
Loading…
Reference in a new issue