Skip to content

Commit

Permalink
Add missing property flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Aug 16, 2022
1 parent 439f239 commit cbcb90a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/miniwdl_slurm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def detect_resource_limits(cls, cfg: config.Loader,
logger: logging.Logger) -> Dict[str, int]:
return cls._resource_limits # type: ignore

@property
def cli_name(self) -> str:
return "slurm_singularity"

Expand Down

0 comments on commit cbcb90a

Please sign in to comment.