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
This resulted in a Skipped snowblock "<SNOWBLOCK>": No configuration file found log because the condition has not been fulfilled caused by the relative path resolution.
Solution
This can be fixed by adding the absolute path of the base snowblock directory as join parameter
The path to the configuration file for each snowblock is relative to the base snowblocks directory. This causes all snowblocks to be skipped when the
snowsaw.cli#main()
method tests if the currently processed snowblock configuration file exists:This resulted in a
Skipped snowblock "<SNOWBLOCK>": No configuration file found
log because the condition has not been fulfilled caused by the relative path resolution.Solution
This can be fixed by adding the absolute path of the base snowblock directory as join parameter
and also adjusting conditions inside the loop where the relative path has been used.
The text was updated successfully, but these errors were encountered: