Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
answer-huang committed May 4, 2015
2 parents 9a64cf3 + 258e2df commit 5e819e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dSYM.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def getFilePath(self, rootPath):
if os.path.isdir(appPath):
if len(os.listdir(appPath)) is not 0:
#命令行中需要的文件路径
self.appFilePath = os.path.join(appPath,fileName.split(".")[0])
self.appFilePath = os.path.join(appPath,os.listdir(appPath)[0])

#显示关于我的界面
def OnAboutMe(self, event):
Expand Down

0 comments on commit 5e819e6

Please sign in to comment.