Skip to content

Commit

Permalink
Merge pull request #95 from Cray-HPE/ziperror
Browse files Browse the repository at this point in the history
Fix to zip loader error
  • Loading branch information
mbuchmann-hpe authored Apr 16, 2024
2 parents 952cca1 + 96bfd21 commit e1fa9c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.30.0
1.31.0
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.31.0] - 2024-04-16

- Fixed loader zip file error

## [1.30.0] - 2024-03-27

- Added support for Paradise (Foxconn) OpenBMC nodes
Expand Down
1 change: 0 additions & 1 deletion cmd/fw-loader/fw-loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ def main():
elif file_ext.lower() == ".zip":
logging.info("unzip: "+ file)
unzip_digester = subprocess.run(['unzip', file], stdout=subprocess.PIPE, cwd=download_path)
unzip_digester.wait()
else:
logging.error("unsupported file extension: " + file_ext)
numup += process_fw(urls)
Expand Down

0 comments on commit e1fa9c1

Please sign in to comment.