Skip to content

Commit 9361226

Browse files
authored
Merge branch 'main' into docs/review-new-docs
2 parents 8d0f20f + 1264de3 commit 9361226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snakemake_executor_plugin_slurm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ def test_account(self, account):
653653
"""
654654
tests whether the given account is registered, raises an error, if not
655655
"""
656-
cmd = "sshare -U --format Account --noheader"
656+
cmd = "sshare -U --format Account%256 --noheader"
657657
try:
658658
accounts = subprocess.check_output(
659659
cmd, shell=True, text=True, stderr=subprocess.PIPE

0 commit comments

Comments
 (0)