Skip to content

Commit 7d64bd7

Browse files
committed
Fix line length
1 parent 4c707c6 commit 7d64bd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

osgtest/tests/test_150_xrootd.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ def test_01_start_xrootd(self):
6363
owner="xrootd",
6464
chown=(user.pw_uid, user.pw_gid))
6565

66-
files.append(core.config['xrootd.config'], XROOTD_CFG_TEXT % (sec_protocol, core.config['xrootd.port']), owner='xrootd', backup=True)
66+
files.append(core.config['xrootd.config'],
67+
XROOTD_CFG_TEXT % (sec_protocol, core.config['xrootd.port']),
68+
owner='xrootd', backup=True)
6769
authfile = '/etc/xrootd/auth_file'
6870
files.write(authfile, AUTHFILE_TEXT, owner="xrootd", chown=(user.pw_uid, user.pw_gid))
6971

0 commit comments

Comments
 (0)