Skip to content

Commit

Permalink
remove exception
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewelamb committed May 6, 2024
1 parent 4fd4485 commit 7e0736d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
# If the user wants to set the synapse cache to something specific
# or if set to null then let the python client decide.
SYNAPSE_CACHE_PATH = config["cache_path"]
else:
raise FileNotFoundError("Could not find config file at: ", SYNAPSE_CONFIG_FILE)


def get_asset_storage_class(asset_type: str) -> Callable:
Expand Down

0 comments on commit 7e0736d

Please sign in to comment.