You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In steps/rhelah.py we have a few instances where we check for the presence of a file and then retrieve it. This should probably be streamlined into single method that we could use all over the place, rather than just copying code.
In
steps/rhelah.py
we have a few instances where we check for the presence of a file and then retrieve it. This should probably be streamlined into single method that we could use all over the place, rather than just copying code.H/T to @jlebon for the suggestion.
The text was updated successfully, but these errors were encountered: