Corrected plot path error

This commit is contained in:
John Pateman 2020-03-21 11:13:36 +00:00
parent 4adfe93fec
commit 0c13cbfb22
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ svnProg = '/usr/bin/svn'
plotDir = '/Plots'
webDir = '/web'
diffProg = '/usr/bin/diff'
plotProg = '/usr/local/bin/plotPCB2_DIMS.py'
plotProg = '/usr/local/bin/plotPCB.py'
# plotProg = '/usr/local/bin/plotPCB_macOS.py'
# -------------------------------------------------------------------------