Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
fgvieira and coderabbitai[bot] authored Nov 28, 2024
1 parent 109584f commit f5ad029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake_wrapper_utils/snakemake.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_mem(snakemake, out_unit="MiB"):

def is_arg(arg, cmd):
"""Check command for the presence of argument."""
return arg in cmd.replace("=", " ").split(" "):
return arg in cmd.replace("=", " ").split(" ")


def get_format(path):
Expand Down

0 comments on commit f5ad029

Please sign in to comment.