if CurrentDir isn't in the BlueConfig, it should default to the path
where the BlueConfig is, using the absolute path in this patch
if a BlueConfig in the current directory is passed, adjust_path
would be called with ("BlueConfig", "", ".") if OutputPath is "."
this would return the fullPath = currentDir + "/" + cleanPath;/. since currentDir is empty, and this path exists. This would mean
the URI wasn't correct
adjust_path
would be called with ("BlueConfig", "", ".") if OutputPath is "." this would return thefullPath = currentDir + "/" + cleanPath;
/.
since currentDir is empty, and this path exists. This would mean the URI wasn't correct