Skip to content

Commit

Permalink
Change bookmarks file path to a relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeboer committed Jan 31, 2017
1 parent 0063394 commit 561a2d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions STP.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

from biplist import *
import json
import os

class SourceTree:

filePath="/Users/Yourtion/Library/Application Support/SourceTree/browser.plist"
filePath = os.path.expanduser('~') + "/Library/Application Support/SourceTree/browser.plist"

def _getProjects(self):
try:
Expand Down

0 comments on commit 561a2d9

Please sign in to comment.