Skip to content

Commit d5c4617

Browse files
authored
Merge pull request #295 from mark-tomich/main
allow for req_keepvars_extra to be configured
2 parents 2b4102a + 3c219b8 commit d5c4617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batchspawner/batchspawner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def _req_keepvars_default(self):
162162
help="Extra environment variables which should be configured, "
163163
"added to the defaults in keepvars, "
164164
"comma separated list.",
165-
)
165+
).tag(config=True)
166166

167167
batch_script = Unicode(
168168
"",

0 commit comments

Comments
 (0)