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

Commit 79182f8

Browse files
committed
add test for no_logging option
1 parent 4921ea1 commit 79182f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test_artifactsGet.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import paperspace
2+
3+
print("paperspace.jobs.artifactsGet({'jobId': 'j4xmmzcy83znb', 'dest': '~/temp1'}, no_logging=True)")
4+
files = paperspace.jobs.artifactsGet({'jobId': 'j4xmmzcy83znb', 'dest': '~/temp1'}, no_logging=True)
5+
paperspace.print_json_pretty(files)

0 commit comments

Comments
 (0)