Skip to content

Commit

Permalink
Dictionary uses : and not =
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 authored Dec 20, 2024
1 parent 55e1d8c commit aa8696b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/register_to_rucio.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
'rse': rse,
'did_scope': scope,
'did_name': did_name,
'dataset_scope' = scope,
'dataset_name' = parent_directory
'dataset_scope': scope,
'dataset_name': parent_directory
}]

upload_client = UploadClient()
Expand Down

0 comments on commit aa8696b

Please sign in to comment.