File tree 13 files changed +39
-40
lines changed
13 files changed +39
-40
lines changed Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import os
3
3
import multiprocessing
4
4
import shutil
@@ -12,7 +12,7 @@ def modify_path():
12
12
scripts_dir = os .path .join (scripts_dir , 'Scripts' )
13
13
if not scripts_dir in os .environ ['PATH' ]:
14
14
os .environ ['PATH' ] += os .pathsep + scripts_dir
15
- print '\n PATH = {}\n ' .format (os .environ ['PATH' ])
15
+ print ( '\n PATH = {}\n ' .format (os .environ ['PATH' ]) )
16
16
17
17
18
18
# Move new files and folders to 'Refs'
@@ -44,4 +44,4 @@ def move(old_snap):
44
44
snap = os .listdir (os .curdir )
45
45
os .system ("cgx -b run.fbd" )
46
46
os .system ("cgx -b runM.fbd" )
47
- move (snap )
47
+ # move(snap)
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import os
3
3
import multiprocessing
4
4
import shutil
@@ -12,7 +12,7 @@ def modify_path():
12
12
scripts_dir = os .path .join (scripts_dir , 'Scripts' )
13
13
if not scripts_dir in os .environ ['PATH' ]:
14
14
os .environ ['PATH' ] += os .pathsep + scripts_dir
15
- print '\n PATH = {}\n ' .format (os .environ ['PATH' ])
15
+ print ( '\n PATH = {}\n ' .format (os .environ ['PATH' ]) )
16
16
17
17
18
18
# Move new files and folders to 'Refs'
@@ -46,4 +46,4 @@ def move(old_snap):
46
46
os .system ("ccx Kasten" )
47
47
os .system ("monitor.py Kasten" )
48
48
os .system ("cgx -b post.fbd" )
49
- move (snap )
49
+ # move(snap)
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import os
3
3
import multiprocessing
4
4
import shutil
@@ -12,7 +12,7 @@ def modify_path():
12
12
scripts_dir = os .path .join (scripts_dir , 'Scripts' )
13
13
if not scripts_dir in os .environ ['PATH' ]:
14
14
os .environ ['PATH' ] += os .pathsep + scripts_dir
15
- print '\n PATH = {}\n ' .format (os .environ ['PATH' ])
15
+ print ( '\n PATH = {}\n ' .format (os .environ ['PATH' ]) )
16
16
17
17
18
18
# Move new files and folders to 'Refs'
@@ -44,4 +44,4 @@ def move(old_snap):
44
44
snap = os .listdir (os .curdir )
45
45
os .system ("param.py par.run.fbl" )
46
46
os .system ("cgx -b run.fbl" )
47
- move (snap )
47
+ # move(snap)
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import os
3
3
import multiprocessing
4
4
import shutil
5
5
6
-
7
6
# Provide access to the helper scripts
8
7
def modify_path ():
9
8
scripts_dir = os .path .dirname (__file__ )
@@ -12,7 +11,7 @@ def modify_path():
12
11
scripts_dir = os .path .join (scripts_dir , 'Scripts' )
13
12
if not scripts_dir in os .environ ['PATH' ]:
14
13
os .environ ['PATH' ] += os .pathsep + scripts_dir
15
- print '\n PATH = {}\n ' .format (os .environ ['PATH' ])
14
+ print ( '\n PATH = {}\n ' .format (os .environ ['PATH' ]) )
16
15
17
16
18
17
# Move new files and folders to 'Refs'
@@ -47,4 +46,4 @@ def move(old_snap):
47
46
os .system ("param.py par.ct.geo a=20.5" )
48
47
os .system ("cgx -b ct.fbd" )
49
48
os .system ("cgx -b path.fbd" )
50
- move (snap )
49
+ # move(snap)
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import os
3
3
import multiprocessing
4
4
import shutil
@@ -12,7 +12,7 @@ def modify_path():
12
12
scripts_dir = os .path .join (scripts_dir , 'Scripts' )
13
13
if not scripts_dir in os .environ ['PATH' ]:
14
14
os .environ ['PATH' ] += os .pathsep + scripts_dir
15
- print '\n PATH = {}\n ' .format (os .environ ['PATH' ])
15
+ print ( '\n PATH = {}\n ' .format (os .environ ['PATH' ]) )
16
16
17
17
18
18
# Move new files and folders to 'Refs'
@@ -46,4 +46,4 @@ def move(old_snap):
46
46
os .system ("cgx -b run.fbl" )
47
47
os .system ("cgx -b vmodes.fbd" )
48
48
os .system ("cgx -b bmodes.fbd" )
49
- move (snap )
49
+ # move(snap)
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import os
3
3
import multiprocessing
4
4
import shutil
@@ -12,7 +12,7 @@ def modify_path():
12
12
scripts_dir = os .path .join (scripts_dir , 'Scripts' )
13
13
if not scripts_dir in os .environ ['PATH' ]:
14
14
os .environ ['PATH' ] += os .pathsep + scripts_dir
15
- print '\n PATH = {}\n ' .format (os .environ ['PATH' ])
15
+ print ( '\n PATH = {}\n ' .format (os .environ ['PATH' ]) )
16
16
17
17
18
18
# Move new files and folders to 'Refs'
@@ -45,4 +45,4 @@ def move(old_snap):
45
45
os .system ("cgx -b pre.fbl" )
46
46
os .system ("ccx modal" )
47
47
os .system ("cgx -b shapes.fbl" )
48
- move (snap )
48
+ # move(snap)
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import os
3
3
import multiprocessing
4
4
import shutil
@@ -12,7 +12,7 @@ def modify_path():
12
12
scripts_dir = os .path .join (scripts_dir , 'Scripts' )
13
13
if not scripts_dir in os .environ ['PATH' ]:
14
14
os .environ ['PATH' ] += os .pathsep + scripts_dir
15
- print '\n PATH = {}\n ' .format (os .environ ['PATH' ])
15
+ print ( '\n PATH = {}\n ' .format (os .environ ['PATH' ]) )
16
16
17
17
18
18
# Move new files and folders to 'Refs'
@@ -44,4 +44,4 @@ def move(old_snap):
44
44
snap = os .listdir (os .curdir )
45
45
os .system ("param.py par.run.fbl" )
46
46
os .system ("cgx -b run.fbl" )
47
- move (snap )
47
+ # move(snap)
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import os
3
3
import multiprocessing
4
4
import shutil
@@ -12,7 +12,7 @@ def modify_path():
12
12
scripts_dir = os .path .join (scripts_dir , 'Scripts' )
13
13
if not scripts_dir in os .environ ['PATH' ]:
14
14
os .environ ['PATH' ] += os .pathsep + scripts_dir
15
- print '\n PATH = {}\n ' .format (os .environ ['PATH' ])
15
+ print ( '\n PATH = {}\n ' .format (os .environ ['PATH' ]) )
16
16
17
17
18
18
# Move new files and folders to 'Refs'
@@ -45,4 +45,4 @@ def move(old_snap):
45
45
os .system ("cgx -b pre.fbd" )
46
46
os .system ("ccx plates" )
47
47
os .system ("cgx -b post.fbd" )
48
- move (snap )
48
+ # move(snap)
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import os
3
3
import multiprocessing
4
4
import shutil
@@ -12,7 +12,7 @@ def modify_path():
12
12
scripts_dir = os .path .join (scripts_dir , 'Scripts' )
13
13
if not scripts_dir in os .environ ['PATH' ]:
14
14
os .environ ['PATH' ] += os .pathsep + scripts_dir
15
- print '\n PATH = {}\n ' .format (os .environ ['PATH' ])
15
+ print ( '\n PATH = {}\n ' .format (os .environ ['PATH' ]) )
16
16
17
17
18
18
# Move new files and folders to 'Refs'
@@ -47,4 +47,4 @@ def move(old_snap):
47
47
os .system ("ccx element" )
48
48
os .system ("cgx -b post-n.fbd" )
49
49
os .system ("cgx -b post-e.fbd" )
50
- move (snap )
50
+ # move(snap)
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import os
3
3
import multiprocessing
4
4
import shutil
@@ -12,7 +12,7 @@ def modify_path():
12
12
scripts_dir = os .path .join (scripts_dir , 'Scripts' )
13
13
if not scripts_dir in os .environ ['PATH' ]:
14
14
os .environ ['PATH' ] += os .pathsep + scripts_dir
15
- print '\n PATH = {}\n ' .format (os .environ ['PATH' ])
15
+ print ( '\n PATH = {}\n ' .format (os .environ ['PATH' ]) )
16
16
17
17
18
18
# Move new files and folders to 'Refs'
@@ -46,4 +46,4 @@ def move(old_snap):
46
46
os .system ("cgx -b II-pre.fbl" )
47
47
os .system ("ccx II" )
48
48
os .system ("cgx -b II-post.fbl" )
49
- move (snap )
49
+ # move(snap)
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import os
3
3
import multiprocessing
4
4
import shutil
@@ -12,7 +12,7 @@ def modify_path():
12
12
scripts_dir = os .path .join (scripts_dir , 'Scripts' )
13
13
if not scripts_dir in os .environ ['PATH' ]:
14
14
os .environ ['PATH' ] += os .pathsep + scripts_dir
15
- print '\n PATH = {}\n ' .format (os .environ ['PATH' ])
15
+ print ( '\n PATH = {}\n ' .format (os .environ ['PATH' ]) )
16
16
17
17
18
18
# Move new files and folders to 'Refs'
@@ -46,4 +46,4 @@ def move(old_snap):
46
46
os .system ("cgx -b pre.fbl" )
47
47
os .system ("ccx Stress" )
48
48
os .system ("cgx -b post.fbl" )
49
- move (snap )
49
+ # move(snap)
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import os
3
3
import multiprocessing
4
4
import shutil
@@ -12,7 +12,7 @@ def modify_path():
12
12
scripts_dir = os .path .join (scripts_dir , 'Scripts' )
13
13
if not scripts_dir in os .environ ['PATH' ]:
14
14
os .environ ['PATH' ] += os .pathsep + scripts_dir
15
- print '\n PATH = {}\n ' .format (os .environ ['PATH' ])
15
+ print ( '\n PATH = {}\n ' .format (os .environ ['PATH' ]) )
16
16
17
17
18
18
# Move new files and folders to 'Refs'
@@ -46,4 +46,4 @@ def move(old_snap):
46
46
os .system ("cgx -b run.fbl" )
47
47
os .system ("param.py par.run1.fbl" )
48
48
os .system ("cgx -b run1.fbl" )
49
- move (snap )
49
+ # move(snap)
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import os
3
3
import multiprocessing
4
4
import shutil
@@ -12,7 +12,7 @@ def modify_path():
12
12
scripts_dir = os .path .join (scripts_dir , 'Scripts' )
13
13
if not scripts_dir in os .environ ['PATH' ]:
14
14
os .environ ['PATH' ] += os .pathsep + scripts_dir
15
- print '\n PATH = {}\n ' .format (os .environ ['PATH' ])
15
+ print ( '\n PATH = {}\n ' .format (os .environ ['PATH' ]) )
16
16
17
17
18
18
# Move new files and folders to 'Refs'
@@ -48,4 +48,4 @@ def move(old_snap):
48
48
os .system ("monitor.py Biegung" )
49
49
os .system ("cgx -b cpost.fbl" )
50
50
os .system ("cgx -b post.fbl" )
51
- move (snap )
51
+ # move(snap)
You can’t perform that action at this time.
0 commit comments