You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you see the note requesting you bring your issue to the Users mailing list or the scons-help channel on our discord server or the IRC channel before posting here?
Also you didn't post info about scons version, python version, OS which is requested.
Sorry I did read that, I didn't realise the procedure and bug report format was strict, I'm just getting used to submitting github issues for different projects so apologies about that. I'll visit the discord server now.
I'm not sure if this is accidental but
get_contents_entry()
andget_contents_dir()
are returningstr
s (line 209, 219):scons/SCons/Node/__init__.py
Lines 198 to 219 in 6ef35d8
I ran into this when trying to debug this SConstruct,
which was producing the output,
I think this is because
Value.get_text_contents()
is expectingkid.get_contents()
to be of typebytes
.The text was updated successfully, but these errors were encountered: