Skip to content

Commit 248ffba

Browse files
committed
moved doc scraper script into tools folder
1 parent f796b1a commit 248ffba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrape.py tools/scrape.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
found = []
2020

2121
# Format each link as a sublime command, regenerate the command file
22-
with open('Default.sublime-commands', 'w+') as f:
22+
with open('../Default.sublime-commands', 'w+') as f:
2323
f.write('[\n')
2424
first = True
2525
for url in sorted(set(links)):

0 commit comments

Comments
 (0)