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
raiseConfigFileNotFound("Could not find config file at {}".format(expanded_file_location))
77
+
raiseConfigFileNotFound("Could not find config file at {}, please follow the instructions in the link to setup the config file https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm".format(expanded_file_location))
78
78
79
79
ifprofile_namenotinparser:
80
80
raiseProfileNotFound("Profile '{}' not found in config file {}".format(profile_name, expanded_file_location))
0 commit comments