Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 6237072

Browse files
committed
add cluster to job create output
1 parent 4c15dd9 commit 6237072

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paperspace/jobs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def create(params, no_logging=False, extra_files=[]):
261261
return job
262262
jobId = job['id']
263263
print('New jobId: %s' % jobId)
264+
print('Cluster: %s' % job['cluster'])
264265
print('Job %s' % job['state'])
265266

266267
if job['state'] == 'Pending':

0 commit comments

Comments
 (0)