Skip to content

Commit

Permalink
Important bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Prayag2 committed Mar 6, 2021
1 parent 78a1267 commit a43d05f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 3 deletions.
Binary file modified konsave/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file modified konsave/__pycache__/__main__.cpython-39.pyc
Binary file not shown.
Binary file modified konsave/__pycache__/funcs.cpython-39.pyc
Binary file not shown.
Binary file modified konsave/__pycache__/vars.cpython-39.pyc
Binary file not shown.
3 changes: 0 additions & 3 deletions konsave/vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@

export_extension = '.knsv'

if not os.path.exists(KONSAVE_DIR):
os.makedirs(KONSAVE_DIR)

if not os.path.exists(PROFILES_DIR):
os.makedirs(PROFILES_DIR)

Expand Down

0 comments on commit a43d05f

Please sign in to comment.