Skip to content

Commit

Permalink
open conf for write in app
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrobison committed Jul 5, 2016
1 parent 4c2ab23 commit df3c5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/osx/lbry-osx-app/lbrygui/LBRYApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
shutil.os.mkdir(wallet_dir)

if not os.path.isfile(lbrycrdd_path_conf):
f = open(lbrycrdd_path_conf)
f = open(lbrycrdd_path_conf, "w")
f.write(lbrycrdd_path)
f.close()

Expand Down

0 comments on commit df3c5b9

Please sign in to comment.