Skip to content

Commit

Permalink
Refix
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostNaN authored Mar 11, 2020
1 parent 913e65b commit d2f21c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReVidiaGUI_win.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ class ReVidiaMain(QMainWindow):
else:
profileList = []
for file in os.listdir('profiles'):
profileList.append(file.strip('.pkl'))
profileList.append(file.replace('.pkl', ''))
if not profileList:
profileList.append('No Profiles Saved')

Expand Down

0 comments on commit d2f21c6

Please sign in to comment.