Merge branch 'rocky' into beta-lookahead-support

This commit is contained in:
Trevor Cooper 2023-10-11 19:50:31 -07:00
commit 5738ed4b57
Signed by: tcooper
GPG Key ID: 52364D7BBCEB35B8
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ from six.moves.urllib.request import urlopen
# directory.
SCRIPTDIR = os.path.abspath(os.path.dirname(sys.argv[0]))
CPUARCH = platform.processor()
if CPUARCH == '' : CPUARCH = platform.machine()
logger = logging.getLogger('createhdds')
def handle_size(size):