Skip to content

Commit

Permalink
Linter Expression Removed
Browse files Browse the repository at this point in the history
Signed-off-by: Likhitha Nimma <[email protected]>
  • Loading branch information
likhithanimma1 committed Jan 8, 2024
1 parent b93d020 commit bf00bfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/zowe-explorer/src/dataset/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,6 @@ export async function submitJcl(datasetProvider: api.IZoweTree<api.IZoweDatasetT
api.Gui.showMessage(localize("submitJcl.noProfile", "No profiles available"));
}
} else {
// eslint-disable-next-line no-useless-escape
const filePathArray = doc.uri.fsPath.split(path.sep);
sessProfileName = filePathArray[filePathArray.length - 2];
}
Expand Down

0 comments on commit bf00bfb

Please sign in to comment.