From 2886dd5352229a1d5b3df12db41178bfd9312678 Mon Sep 17 00:00:00 2001 From: sharath reddy Date: Fri, 1 Apr 2022 14:02:05 +0530 Subject: removed block of commented-out lines of code Issue-ID: CLI-439 report: tested weather-report Signed-off-by: sharath reddy Change-Id: I25c613cf6434df6f5c99a465c86be9820d71f39a Signed-off-by: sharath reddy --- .../src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java b/profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java index 3bbdcf6f..95ffb9f2 100644 --- a/profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java +++ b/profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java @@ -256,7 +256,7 @@ public class OpenCommandShellCmd extends OnapCommand { outputValue = pr.getError(); } else { - //remove ${tmp: and closing } + //remove $(tmp: and closing ) String tmpName = this.output.substring(7, this.output.length()-1); String tmpFile = tmpFiles.get("tmp:" + tmpName); if (tmpFile != null) { -- cgit 1.2.3-korg