Combining strings to path doesn't work

I am going mad here:

if i feed it the normal textnode it works fine… but if i get some data that i collected and convert that to a string…it doens’t work… it makes a break and the phython node gives a path error. But with the normal textnode… which has the same entry then it works fine.

WHY???!!!

You have a new line in the first string, and paths cannot use that character.

2 Likes

WOW i am impressed that you spotted those spaces… thanks Jacob

A quick secret: We all make the that kind of mistake at least once.

Seeing the issue is easier when you’ve been there, struggled with that for a few hours yourself. :slight_smile:

I have had my struggle…but had not seen this one… but yes it will be in my mind from now on