pfmc-assessments / nwfscSurvey

Tool to pull and process NWFSC West Coast groundfish survey data for use in PFMC groundfish stock assessments
http://pfmc-assessments.github.io/nwfscSurvey/
10 stars 8 forks source link

Stops printing message at end of SurveyLFs.fn if dir=NULL #121

Closed kellijohnson-NOAA closed 1 year ago

kellijohnson-NOAA commented 1 year ago

The message being printed pertains to output that is saved. Thus, when I was using dir = NULL and assuming that output was not being saved, I was confused by the message. This PR just adds another check to the if statement to ensure that users aren't seeing this message if nothing is being saved.

I also updated the documentation for the function.

I just labeled it as documentation and not a bug because there is not actually anything wrong.

chantelwetzel-noaa commented 1 year ago

All of these changes look great. @kellijohnson-NOAA Thank you for adding them.