sasjs / core

Macros for SAS® App Developers
https://core.sasjs.io
MIT License
119 stars 17 forks source link

fix: ensuring mp_hashdirectory will output an empty dataset when the … #318

Closed allanbowe closed 2 years ago

allanbowe commented 2 years ago

…target directory does not exist. Updated tests and documentation also

Issue

n/a

Intent

prevent errors when target loc in mp_hashdirectory() is empty. Output empty dataset instead.

Implementation

Initialised the counter variable to zero. Also removed a line in mp_dirlist that implied error status when no error was actually raised (sysmsg()).

Checks

gitpod-io[bot] commented 2 years ago

sasjsbot commented 2 years ago

:tada: This PR is included in version 4.43.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: