Skip to content

Commit 7adb1ad

Browse files
author
Landon Clipp
authored
Update README.md
1 parent 376864b commit 7adb1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Performing these steps manually is fine for a handful of jobs, but doing it for
2727
job_list = []
2828
chain = batch4py.JobChain( 'pbs' )
2929
for i in range(100):
30-
new_job = batch4py.Job( list_of_job_files[i] )
30+
new_job = batch4py.job.TORQUE( list_of_job_files[i] )
3131
job_list.append( new_job )
3232
chain.add_job( new_job )
3333

0 commit comments

Comments
 (0)