Enter an environment that is not in K=V format, for example /home/dave/.cargo/bin
Run the profiler
Observe silent failure with stack trace in console
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/fapolicy_analyzer/ui/profiler_page.py", line 166, in on_test_activate
self._fapd_profiler.start_prof_session(profiling_args)
File "/usr/lib/python3.6/site-packages/fapolicy_analyzer/ui/faprofiler.py", line 257, in start_prof_session
self.faprofSession = FaProfSession(dictArgs, self)
File "/usr/lib/python3.6/site-packages/fapolicy_analyzer/ui/faprofiler.py", line 63, in __init__
dictProfTgt["envText"]
File "/usr/lib/python3.6/site-packages/fapolicy_analyzer/ui/faprofiler.py", line 50, in _comma_delimited_kv_string_to_dict
for k, v in dict(x.strip().split("=") for x in string_in.split(",")).items()
ValueError: dictionary update sequence element #0 has length 1; 2 is required
K=V
format, for example/home/dave/.cargo/bin