Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner committed Jan 7, 2025
1 parent 39f0e85 commit a1d02a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkinsapi/utils/jenkins_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def update_config(self):
# see https://setuptools.pypa.io/en/latest/pkg_resources.html

fileobj = importlib_resources.files(
"jenkinsapi_tests.systests", "jenkins_home.tar.gz"
"jenkinsapi_tests.systests").joinpath("jenkins_home.tar.gz"
)
except ImportError:
from pkg_resources import resource_stream # below python 3.11
Expand Down

0 comments on commit a1d02a2

Please sign in to comment.