Skip to content

Commit

Permalink
v4.9.3: fix issue with search wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
KorewaLidesu committed Mar 4, 2024
1 parent 51d0ede commit d81ca01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

# Read cleanroom version
print('---> Reading Cleanroom version')
cleanroom_version = Util.findFileName(cache_path, 'cleanroom').split('-')[1]
cleanroom_version = Util.findFileName(installer_pattern[0], installer_pattern[1]).split('-')[1]
print('Cleanroom version: ' + cleanroom_version)

# Create libraries folder and copy required
Expand Down

0 comments on commit d81ca01

Please sign in to comment.