We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When running generate on a .LBL file in debug mode, from FileSize.java see this line:
Debugger.debug("file="+this.file+" imageInputStream="+this.imageInputStream);
(see internal ticket for exact location)
that the imageInputStream is null. This results in $generate.file_size returning the size of the .LBL file instead of its corresponding .IMG file.
To Reproduce Steps to reproduce the behavior:
nsyt-ida
generate -d -t schemas/juno/sample_products/juno_jnc_template.xml -p schemas/juno/sample_products/JNCE_2011238_00A00002_V01.LBL
Expected behavior It is expected that the imageInputStream not be null so that the file size of the .IMG file be returned.
Version of Software Used 0.15.0 and 0.18.2
Screenshots See internal ticket
Desktop (please complete the following information):
@decesare
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When running generate on a .LBL file in debug mode, from FileSize.java see this line:
(see internal ticket for exact location)
that the imageInputStream is null. This results in $generate.file_size returning the size of the .LBL file instead of its corresponding .IMG file.
To Reproduce
Steps to reproduce the behavior:
nsyt-ida
Expected behavior
It is expected that the imageInputStream not be null so that the file size of the .IMG file be returned.
Version of Software Used
0.15.0 and 0.18.2
Screenshots
See internal ticket
Desktop (please complete the following information):
@decesare
The text was updated successfully, but these errors were encountered: