Skip to content
Snippets Groups Projects
Commit edab209d authored by Jonas Eppelt's avatar Jonas Eppelt
Browse files

Merge branch 'move_mixture_nominal_to_grid' into 'toml'

Move mixture nominal to grid

See merge request !8
parents e113266c 48697d84
Branches
No related tags found
2 merge requests!9Toml,!8Move mixture nominal to grid
......@@ -208,7 +208,7 @@ class BeambackgroundMetadata:
'''
assert self.on_etp, "Executions does not seem to be on ETP. Ceph paths are not accessible."
assert self.ceph_path is not None, "ceph_paths is None. Please set the paths."
assert (os.path.exists(self.ceph_path) and os.path.isdir(self.ceph_path)), f"The path '{self.ceph_path}' does not exist or is not a directory."
#assert (os.path.exists(self.ceph_path) and os.path.isdir(self.ceph_path)), f"The path '{self.ceph_path}' does not exist or is not a directory."
assert self.has_certificate, "No certificate found. Please set X509_USER_PROXY."
from XRootD import client
client = client.FileSystem(self.gridka_server)
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment