Skip to content

Commit

Permalink
Got rid of legacy driver for demo.
Browse files Browse the repository at this point in the history
Should work now...
  • Loading branch information
zshaheen committed Mar 6, 2017
1 parent 442209d commit e635d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/pmp_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def demo(demo_file,title,colorized=True):
Please kindly take a look at our sample parameter file in: %s""" % demo_file)

describe(demo_file)
cmd = "pcmdi_metrics_driver_legacy.py -p %s" % demo_file
cmd = "pcmdi_metrics_driver.py -p %s" % demo_file
comment("We will now run the pmp using this parameter file\nTo do so we are using the follwoing command\n%s" % cmd)
pmp = subprocess.Popen(shlex.split(cmd))
sys.path.insert(0,os.path.dirname(demo_file))
Expand Down

0 comments on commit e635d86

Please sign in to comment.