Skip to content

app: Fix setting debug flags with unset TP_DEBUG

Florian Müllner requested to merge fmuellner/polari:fix-tp-debug into master

tp_debug_set_flags() misses a (nullable) annotation. Work around that by passing the empty string instead of null when the environment variable is unset.

Related: #144

Merge request reports