Skip to content

Commit

Permalink
Add missing comma :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Sep 27, 2024
1 parent 3f5db32 commit b641eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devtools/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
]
else: # assume mac, or system == "Darwin"
default_path_chrome = [
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
"/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
"/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome",
]

def which_windows_chrome():
Expand Down

0 comments on commit b641eda

Please sign in to comment.