Skip to content

Commit

Permalink
hardcoded path blunder
Browse files Browse the repository at this point in the history
  • Loading branch information
Lussarn committed May 17, 2016
1 parent 8d15f34 commit 91d5d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vc/backend.py
Expand Up @@ -453,7 +453,7 @@ def _import_ui(self, log_id, date, model_path):
Find and return the vcontrol path, if connected
"""
def _find_vcontrol_path(self):
return "/home/linus/vc/al"
# return "/home/linus/vc/al"
if vc.globals.OS == "linux":
import pyudev, codecs
path = None
Expand Down

0 comments on commit 91d5d64

Please sign in to comment.