We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1b42d commit 40ef769Copy full SHA for 40ef769
mergin/client.py
@@ -163,7 +163,7 @@ def user_agent_info(self):
163
try:
164
from pip._vendor import distro
165
166
- system_version = distro.linux_distribution()[0]
+ system_version = distro.id().capitalize()
167
except ModuleNotFoundError: # pip may not be installed...
168
system_version = "Linux"
169
elif platform.system() == "Windows":
0 commit comments