Skip to content

Commit

Permalink
Allow users to skip creating a directory
Browse files Browse the repository at this point in the history
This is mostly useful if the previously defined libraries
don't exist. E.g., the library is on an external drive
that isn't plugged in.
  • Loading branch information
LostDragonist committed Jul 18, 2021
1 parent 2f04be2 commit 1895479
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions steam_library_setup_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ def writeLibraryInfo( self ):
except:
messagebox.showerror( "Error", "Error when creating directories" )
raise
else:
messagebox.showerror( "Error", "Can not proceed without creating directories" )
raise ValueError( "Can not proceed without creating directories" )

info = vdf.load( open( self.library_vdf_path, 'r' ) )

Expand Down

0 comments on commit 1895479

Please sign in to comment.