We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f796b1a commit 248ffbaCopy full SHA for 248ffba
scrape.py tools/scrape.py
@@ -19,7 +19,7 @@
19
found = []
20
21
# Format each link as a sublime command, regenerate the command file
22
-with open('Default.sublime-commands', 'w+') as f:
+with open('../Default.sublime-commands', 'w+') as f:
23
f.write('[\n')
24
first = True
25
for url in sorted(set(links)):
0 commit comments