From: Gerhard Sittig Date: Mon, 16 Apr 2018 19:12:16 +0000 (+0200) Subject: dcf77, lpc: rephrase bit string formatting X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=aad263bb83593a66d4a834b30acf8e8a2f1b5c4c;hp=aad263bb83593a66d4a834b30acf8e8a2f1b5c4c dcf77, lpc: rephrase bit string formatting Create the text representation of a bit string by means of the builtin .format() method and an appropriate specifier. Drop the non-obvious sequence of bin() and slice and zfill() calls. ---