Skip to content

Commit

Permalink
remove unnecessary spaces in start new kernel arg
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Brichet <[email protected]>
  • Loading branch information
trevorcampbell and brichet authored Aug 29, 2023
1 parent c53a319 commit 52ae394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbgrader/preprocessors/instantiatetests.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def preprocess(self, nb, resources):
self.sanitizer = self.sanitizers[kernel_name]
#start the kernel
self.log.debug('Starting client for kernel %s', kernel_name)
km, self.kc = start_new_kernel(kernel_name = kernel_name)
km, self.kc = start_new_kernel(kernel_name=kernel_name)

# run the preprocessor
self.log.debug('Running InstantiateTests preprocessor')
Expand Down

0 comments on commit 52ae394

Please sign in to comment.