Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucananni93 committed Dec 1, 2021
1 parent b0fd794 commit 56393f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gmql/FileManagment/DependencyManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def resolve_dependencies(self):
backend_jar_path = os.path.join(get_user_dir(), BACKEND_URL.split("/")[-1])
self.download_from_location(BACKEND_URL, backend_jar_path)
self.backend_jar_path = backend_jar_path
return self.backend_jar_path

@staticmethod
def download_from_location(location, output_path):
Expand Down

0 comments on commit 56393f8

Please sign in to comment.