print("Error: Didn't have the permissions to create the config directory at {}".format(selection["path"]),file=sys.stderr)
print("Hint: Change the owner of the directory temporarily to {} or run {} config create with more permissions".format(getpass.getuser(),APPLICATION_NAME))