QuackatronHQ / Gigarepo

Subprocess run with ignored non-zero exit PYL-W1510
Bug risk
Minor
a month ago2 years old
'subprocess.run' used without explicitly defining the value for 'check'.
109    os.tempnam("dir1")
110    subprocess.Popen("/bin/chown *", shell=True)
111    o.system("/bin/tar xvzf *")
112    subprocess.run(["clear"])113
114
115def bad_isinstance(initial_condition, object, other_obj, foo, bar, baz):