diff --git a/gprMax/input_cmds_file.py b/gprMax/input_cmds_file.py index c20e7a9f..df22ae39 100644 --- a/gprMax/input_cmds_file.py +++ b/gprMax/input_cmds_file.py @@ -174,7 +174,7 @@ def check_cmd_names(processedlines, checkessential=True): cmdname = cmd[0] cmdparams = cmd[1] - # Check if there is space between command name and parameters + # Check if there is space between command name and parameters, i.e. check first character of parameter string if ' ' not in cmdparams[0]: raise CmdInputError('There must be a space between the command name and parameters in ' + processedlines[lindex])