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

path is on mount, start on mount.. #59

Open
kapitanluffy opened this issue May 5, 2020 · 0 comments
Open

path is on mount, start on mount.. #59

kapitanluffy opened this issue May 5, 2020 · 0 comments

Comments

@kapitanluffy
Copy link

Sublime is running on D: drive and the project is on V: drive.

Here's the error log

Traceback (most recent call last):
  File "D:\Program Files\Sublime Text 3\sublime_plugin.py", line 478, in run_callback
    expr()
  File "D:\Program Files\Sublime Text 3\sublime_plugin.py", line 619, in <lambda>
    run_callback('on_activated', callback, lambda: callback.on_activated(v))
  File "D:\Users\lupi\AppData\Roaming\Sublime Text 3\Installed Packages\FuzzyFilePath.sublime-package\ViewListener.py", line 29, in on_activated
    controller.on_file_focus(view)
  File "D:\Users\lupi\AppData\Roaming\Sublime Text 3\Installed Packages\FuzzyFilePath.sublime-package\controller.py", line 88, in on_file_focus
    state.update()
  File "D:\Users\lupi\AppData\Roaming\Sublime Text 3\Installed Packages\FuzzyFilePath.sublime-package\current_state.py", line 63, in update
    settings.update_project_folder_settings(project_folder)
  File "D:\Users\lupi\AppData\Roaming\Sublime Text 3\Installed Packages\FuzzyFilePath.sublime-package\common/settings.py", line 58, in update_project_folder_settings
    current_settings = get_folder_settings(project_settings, project_folder)
  File "D:\Users\lupi\AppData\Roaming\Sublime Text 3\Installed Packages\FuzzyFilePath.sublime-package\common/settings.py", line 84, in get_folder_settings
    folder_settings = get_folder_setting(project_folder)
  File "D:\Users\lupi\AppData\Roaming\Sublime Text 3\Installed Packages\FuzzyFilePath.sublime-package\common/settings.py", line 128, in get_folder_setting
    folder = Path.relative_to(project_directory, folder)
  File "D:\Users\lupi\AppData\Roaming\Sublime Text 3\Installed Packages\FuzzyFilePath.sublime-package\common/path.py", line 45, in relative_to
    folder = os.path.relpath(folder_path, base_directory)
  File "./python3.3/ntpath.py", line 564, in relpath
ValueError: path is on mount 'v:', start on mount 'D:'

Here are the settings

{
    "base_directory": "v:\\bidding-site\\www",
    "exclude_folders": [],
    "log": true,
    "debug": true,
    "scopes": [
        {
            "scope": ".",
            "extensions": ["*"],
            "auto": true
        }
    ]
}
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