Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added support for tf_prefix #3

Merged
merged 3 commits into from
Nov 30, 2023
Merged

added support for tf_prefix #3

merged 3 commits into from
Nov 30, 2023

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.

2 participants