Skip to content

Commit

Permalink
fix: closes #331
Browse files Browse the repository at this point in the history
  • Loading branch information
ElpadoCan committed May 12, 2023
1 parent 33bc52b commit e675ed7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cellacdc/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,8 @@ def getSelectedPosPath(self, utilityName):
)
win.exec_()
posPath = os.path.join(exp_path, win.selectedItemText)
else:
posPath = os.path.join(exp_path, posFolders[0])

return posPath

Expand Down

0 comments on commit e675ed7

Please sign in to comment.