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

Commit fb04682

Browse files
committed
feat (PS-8429) add ports command line arg
1 parent 5ee8832 commit fb04682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paperspace/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def main():
7575
param = opt[2:]
7676
if param in ['script', 'python', 'conda', 'ignoreFiles', 'apiKey', 'container', 'machineType', 'name',
7777
'project', 'projectId', 'command', 'workspace', 'dataset', 'registryUsername', 'registryPassword',
78-
'workspaceUsername', 'workspacePassword', 'cluster', 'clusterId']:
78+
'workspaceUsername', 'workspacePassword', 'cluster', 'clusterId', 'ports']:
7979
if args and not args[0].startswith('--'):
8080
params[param] = args.pop(0)
8181
else:

0 commit comments

Comments
 (0)