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

typo

parent 89af0a3c
Branches
No related tags found
1 merge request!9Toml
...@@ -328,7 +328,7 @@ class BeambackgroundMetadata: ...@@ -328,7 +328,7 @@ class BeambackgroundMetadata:
self.on_etp self.on_etp
), "Executions does not seem to be on ETP. Ceph paths are not accessible." ), "Executions does not seem to be on ETP. Ceph paths are not accessible."
assert self.kek_path is not None, "kek_paths is None. Please set the paths." assert self.kek_path is not None, "kek_paths is None. Please set the paths."
os.system(f"rsync -acz -r --mkpath --stats -h --progress --{host}:{self.kek_path} {self.ceph_path}") os.system(f"rsync -acz -r --mkpath --stats -h --progress {host}:{self.kek_path} {self.ceph_path}")
def get_beam_background_by_key(key: str, json_data: str = json_default_path): def get_beam_background_by_key(key: str, json_data: str = json_default_path):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment