Skip to content

Commit 5dec7fb

Browse files
committed
LocalPySCFRunner path.
modified: autorunner.py
1 parent 998bafb commit 5dec7fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: autorunner.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,10 @@ def script(self,scriptfile):
250250
return True
251251

252252
#-------------------------------------
253-
def submit(self,jobname=None):
253+
def submit(self,jobname=None,ppath=None):
254254
''' Submit series of commands.
255255
Note: jobname is not used because it doesn't submit anything.'''
256+
sys.path=ppath+sys.path
256257

257258
if len(self.exelines)==0:
258259
#print(self.__class__.__name__,": All tasks completed or queued.")

0 commit comments

Comments
 (0)