Skip to content

Commit 82ca808

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4897a72 commit 82ca808

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
set_must_gather_collector_directory,
3030
set_must_gather_collector_values,
3131
get_must_gather_collector_dir,
32-
collect_rhoai_must_gather, get_base_dir,
32+
collect_rhoai_must_gather,
33+
get_base_dir,
3334
)
3435

3536
LOGGER = logging.getLogger(name=__name__)

utilities/must_gather_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
def get_base_dir() -> str:
15-
if os.path.exists('/home/odh/opendatahub-tests/'):
15+
if os.path.exists("/home/odh/opendatahub-tests/"):
1616
# we are running from jenkins.
1717
return "/home/odh/opendatahub-tests/results"
1818
else:

0 commit comments

Comments
 (0)