We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22387f2 commit fb9d2ccCopy full SHA for fb9d2cc
1 file changed
egsim/api/management/commands/egsim-db.py
@@ -82,7 +82,7 @@ def parse_field_and_value(self, db_model: Model, input_result, *,
82
try:
83
resp = shlex.split(resp)
84
except ValueError as sh_err:
85
- self.stdout.write(self.style.ERROR(str(sh_err))
+ self.stdout.write(self.style.ERROR(str(sh_err)))
86
return None, None, input_result
87
88
if len(resp) != 2:
0 commit comments