Skip to content
Snippets Groups Projects

Using new vis attributes

Merged Whitney Armstrong requested to merge new_vis into master
Compare and
12 files
+ 868
262
Compare changes
  • Side-by-side
  • Inline
Files
12
+ 1
0
@@ -156,6 +156,7 @@ else:
@@ -156,6 +156,7 @@ else:
prim_file = os.path.abspath(prim_file)
prim_file = os.path.abspath(prim_file)
owd = os.getcwd()
owd = os.getcwd()
os.chdir(args.dawn_dir)
os.chdir(args.dawn_dir)
 
subprocess.run(['pwd'])
subprocess.run(['./generate_eps', '-t', args.tag, '-i', prim_file])
subprocess.run(['./generate_eps', '-t', args.tag, '-i', prim_file])
subprocess.run(['ls', '-lrth'])
subprocess.run(['ls', '-lrth'])
Loading