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 207330a commit 5b440faCopy full SHA for 5b440fa
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