Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in function should_use_user_override #468

Open
Cybso opened this issue Jun 25, 2017 · 0 comments
Open

Error in function should_use_user_override #468

Cybso opened this issue Jun 25, 2017 · 0 comments

Comments

@Cybso
Copy link

Cybso commented Jun 25, 2017

In ice/cli/runner.py:

  def should_use_user_override(self, override):
    if override is None:
      return False
    if override == "":
      return False
    if not self.filesystem.path_exists(override):
      logger.warning("config.txt specifies a Steam userdata directory that doesn't exist. Ignoring.")
      return False
    return False

If think the last line should return "True", not "False". Otherwise this method doesn't make sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant