Skip to content

Commit bd57304

Browse files
committed
Review updates
Thanks Sublime text people for catching this!
1 parent 3eda9a4 commit bd57304

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BlitzSearchThis.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ def run(self, edit):
3535

3636
appdata = os.environ.get("appdata")
3737
ipcPath = os.path.join(appdata, 'NathanSilvers','POORMANS_IPC')
38+
39+
if not os.path.exists(ipcPath):
40+
os.makedirs(ipcPath)
3841
ipcFile = os.path.join(ipcPath,'SET_SEARCH.txt' )
3942

4043
f = open(ipcFile, "w")

0 commit comments

Comments
 (0)