Closed allanbowe closed 2 years ago
Ignoring empty files in mp_hashdirectory() as these break the m6 HASHING_FILE function
mp_hashdirectory()
opened each file as part of the data step loop to confirm that it contains content
sasjs lint
sasjs test
:tada: This PR is included in version 4.40.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Issue
314
Intent
Ignoring empty files in
mp_hashdirectory()
as these break the m6 HASHING_FILE functionImplementation
opened each file as part of the data step loop to confirm that it contains content
Checks
sasjs lint
).sasjs test
).