diff --git a/simple_slurm/core.py b/simple_slurm/core.py index 63d8e1d..c2fc1e6 100644 --- a/simple_slurm/core.py +++ b/simple_slurm/core.py @@ -58,7 +58,7 @@ def __init__(self, *args, **kwargs): def __str__(self) -> str: """Print the generated sbatch script.""" - return self.script() + return self.script(convert=False) def __repr__(self) -> str: """Print the argparse namespace."""