File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 66
77# script to keep the examples in sync [fry 210808]
88
9+
910# when changes are found, stop and open a visual diff tool to examine
1011DIFF_THE_MODS = False
1112
13+ # contains Basics, Demos, Topics
14+ EXAMPLES_DIR = os .path .realpath ('../../processing-docs/content/examples' )
15+
16+ # contains Basic Examples, Topic Examples
17+ P4_DOCS_REPO = os .path .realpath ('../../processing-other/website/content/examples' )
18+
19+
20+ # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
21+
22+
1223# location of the Kaleidoscope diff command
1324KSDIFF = '/usr/local/bin/ksdiff'
1425
2233else :
2334 DIFF_TOOL = FILE_MERGE
2435
25- # contains Basics, Demos, Topics
26- EXAMPLES_DIR = os .path .realpath ('../../processing-docs/content/examples' )
27-
28- # contains Basic Examples, Topic Examples
29- P4_DOCS_REPO = os .path .realpath ('../../processing-other/website/content/examples' )
30-
3136
3237def run_command (args ):
3338 # process = subprocess.Popen(shlex.split(command), stdout=subprocess.PIPE)
You can’t perform that action at this time.
0 commit comments