Skip to content

Commit a5b4740

Browse files
committed
took out the License print statement NO_JIRA
1 parent 6f8f1b5 commit a5b4740

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/materials/disorder_workflow_demo/demo_csd_disorder_workflow.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
from typing import Any
4141

4242

43-
LICENSE_REQUIREMENT = "CSD-Materials or another licence tier with CSD Python API database access"
44-
4543

4644
def _escape_cif_string(value: str | None) -> str:
4745
return (value or "?").replace("'", "''")
@@ -349,7 +347,6 @@ def main() -> None:
349347
args = parse_args()
350348
output_dir = _safe_output_dir(args.output_dir)
351349

352-
print(f"Licence requirement: {LICENSE_REQUIREMENT}")
353350
for refcode in args.refcodes:
354351
summary = export_full_cif_from_csd(refcode, output_dir)
355352
print(

0 commit comments

Comments
 (0)