Skip to content

Conversation

@delihus
Copy link
Contributor

@delihus delihus commented Nov 13, 2023

Signed-off-by: Jakub Delicat <[email protected]>
Signed-off-by: Jakub Delicat <[email protected]>
Signed-off-by: Jakub Delicat <[email protected]>
Comment on lines +335 to +342
if(tf_prefix == "/")
{
tf_prefix = "";
}
else
{
tf_prefix = tf_prefix + "/";
}
Copy link
Contributor

@rafal-gorecki rafal-gorecki Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be equal

Suggested change
if(tf_prefix == "/")
{
tf_prefix = "";
}
else
{
tf_prefix = tf_prefix + "/";
}
if(tf_prefix != "/")
{
tf_prefix = tf_prefix + "/";
}

@delihus delihus merged commit 39de1bc into main Nov 30, 2023
@delihus delihus deleted the add-namespace branch November 30, 2023 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants