Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 20, 2024
1 parent 363c01e commit 3462c52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions t2kdm/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,9 +747,7 @@ def __init__(self, **kwargs):

self._xattr_cmd = sh.Command("gfal-xattr").bake(_tty_out=False)
self._replica_checksum_cmd = sh.Command("gfal-sum").bake(_tty_out=False)
self._bringonline_cmd = sh.Command("gfal-bringonline").bake(
_tty_out=False
)
self._bringonline_cmd = sh.Command("gfal-bringonline").bake(_tty_out=False)
self._cp_cmd = sh.Command("gfal-copy").bake(_tty_out=False)
self._ls_se_cmd = sh.Command("gfal-ls").bake(color="never", _tty_out=False)
self._move_cmd = sh.Command("gfal-rename").bake(_tty_out=False)
Expand Down
3 changes: 2 additions & 1 deletion t2kdm/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ def __str__(self):
host="antares.stfc.ac.uk",
type="tape",
location="/europe/uk/ral",
basepath="root://x509up_u%s@antares.stfc.ac.uk:1094//eos/antares/prod" % (os.getuid()),
basepath="root://x509up_u%s@antares.stfc.ac.uk:1094//eos/antares/prod"
% (os.getuid()),
),
StorageElement(
"UKI-SOUTHGRID-RALPP-disk",
Expand Down

0 comments on commit 3462c52

Please sign in to comment.