Skip to content

Commit

Permalink
Update electron_dal.py to make a comment more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost authored Sep 5, 2023
1 parent a590e84 commit 57ca891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covalent_ui/api/v1/data_layer/electron_dal.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def get_electron_inputs(self, dispatch_id: uuid.UUID, electron_id: int) -> str:
def _path_to_qelectron_db(dispatch_id: str) -> Path:
"""Construct path to the QElectron database in Covalent's results directory."""

# This is NOT the QServer's data.
# This is NOT the QServer's data but rather the qdb stored on Covalent's server.
qdb_path = RESULTS_DIR / dispatch_id / QE_DB_DIRNAME
qdb_path = qdb_path.resolve().absolute()

Expand Down

0 comments on commit 57ca891

Please sign in to comment.