phase2: fix just another byte/string inconsistencies
authorPetr Štetiar <ynezz@true.cz>
Sat, 26 Mar 2022 09:18:10 +0000 (10:18 +0100)
committerPetr Štetiar <ynezz@true.cz>
Sat, 26 Mar 2022 09:18:10 +0000 (10:18 +0100)
commit85ffd9a27da104698b3ee433aaf0ffb0cb13504e
tree4c5c1998b0318206240d5a5d5eb213227dacdb19
parent33549d7cec20787751c0f4d2da4d3b38e9e919a6
phase2: fix just another byte/string inconsistencies

 File "/phase2/master.cfg", line 203, in parse_feed_entry
   if parts[0].startswith("src-git"):
 builtins.TypeError: startswith first arg must be bytes or a tuple of bytes, not str

Fixes: f3fcdbec877e ("phase2: fix obsolete assumption about feed methods")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
phase2/master.cfg