Skip to content

Commit

Permalink
fix expose yaml version when present
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@14221 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 20, 2016
1 parent afe40c9 commit a714186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/net/packet_encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def get_packet_encoding_caps():
return {
"rencode" : r,
"bencode" : b,
"yaml" : use_yaml,
"yaml" : y,
}


Expand Down

0 comments on commit a714186

Please sign in to comment.