From: Nick Bowler Date: Wed, 16 May 2012 23:56:42 +0000 (-0400) Subject: upkg: Only print object properties if they are non-NULL. X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/4eb377de610752ddd6f00a23e90729ecd0190587?hp=4eb377de610752ddd6f00a23e90729ecd0190587 upkg: Only print object properties if they are non-NULL. It's valid for a property to be unset, so we should not crash in this case. ---