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.
2 parents f374cee + 5b440fa commit 40a3194Copy full SHA for 40a3194
git_repo/services/service.py
@@ -15,7 +15,7 @@
15
16
'''select open command'''
17
18
-if 'mac' in sys.platform: #pragma: no cover
+if 'darwin' in sys.platform: #pragma: no cover
19
OPEN_COMMAND = 'open'
20
else: #pragma: no cover
21
OPEN_COMMAND = 'xdg-open'
0 commit comments