File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ def _req_keepvars_default(self):
159
159
"Must include {cmd} which will be replaced with the jupyterhub-singleuser command line."
160
160
).tag (config = True )
161
161
162
- batchspawner_wrapper = Unicode ('batchspawner-singleuser' ,
162
+ batchspawner_singleuser_cmd = Unicode ('batchspawner-singleuser' ,
163
163
help = "A wrapper which is capable of special batchspawner setup: currently sets the port on "
164
164
"the remote host. Not needed to be set under normal circumstances, unless path needs "
165
165
"specification."
@@ -191,7 +191,7 @@ def parse_job_id(self, output):
191
191
192
192
def cmd_formatted_for_batch (self ):
193
193
"""The command which is substituted inside of the batch script"""
194
- return ' ' .join ([self .batchspawner_wrapper ] + self .cmd + self .get_args ())
194
+ return ' ' .join ([self .batchspawner_singleuser_cmd ] + self .cmd + self .get_args ())
195
195
196
196
async def run_command (self , cmd , input = None , env = None ):
197
197
proc = await asyncio .create_subprocess_shell (cmd , env = env ,
You can’t perform that action at this time.
0 commit comments