diff --git a/wlutil/launch.py b/wlutil/launch.py index 3bdfd809..f9e60ef9 100644 --- a/wlutil/launch.py +++ b/wlutil/launch.py @@ -56,7 +56,6 @@ def getSpikeCmd(config, nodisk=False): config.get('spike-args', ''), ' -p' + str(config['cpus']), ' -m' + str(int(config['mem'] / (1024*1024)))] - if nodisk: cmd.append(str(wlutil.noDiskPath(config['bin']))) else: