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

Changelog fix #2331

Closed
wants to merge 3 commits into from
Closed

Changelog fix #2331

wants to merge 3 commits into from

Conversation

jace-roell
Copy link
Contributor

changelog fix

Review Checklist
I certify that I have:

Signed-off-by: jace-roell <jace.roell@hotmail.com>
Signed-off-by: jace-roell <jace.roell@hotmail.com>
Signed-off-by: jace-roell <jace.roell@hotmail.com>
@jace-roell jace-roell self-assigned this Oct 30, 2024
@jace-roell jace-roell closed this Oct 30, 2024
@@ -11,7 +11,8 @@

import { ZosFilesBaseHandler } from "../../ZosFilesBase.handler";
import { AbstractSession, IHandlerParameters, ITaskWithStatus, TaskStage } from "@zowe/imperative";
import { Download, IZosFilesResponse } from "@zowe/zos-files-for-zowe-sdk";
import { Download, IDownloadOptions, IZosFilesResponse, ZosFilesAttributes } from "@zowe/zos-files-for-zowe-sdk";
import { UploadOptions } from "../../upload/Upload.options";

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import UploadOptions.
@@ -531,6 +531,8 @@
ussFileName = ZosFilesUtils.sanitizeUssPathForRestCall(ussFileName);
const endpoint = posix.join(ZosFilesConstants.RESOURCE, ZosFilesConstants.RES_USS_FILES, ussFileName);

options.encoding = options.attributes.getRemoteEncoding(ussFileName)

Check notice

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (95% of all statements in
the enclosing function
have an explicit semicolon).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

1 participant