Skip to content

Commit

Permalink
Merge pull request answer-huang#3 from answer-huang/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
answer-huang committed Dec 5, 2014
2 parents f4fcf77 + d7607bf commit 258e2df
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 @@ -194,7 +194,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 258e2df

Please sign in to comment.