Skip to content

Commit

Permalink
Fix: leftover python inline type hint
Browse files Browse the repository at this point in the history
When rebasing the python 3.4 support patches, a leftover inline type
hint was introduced. Fix it to restore python 3.4 support.

Change-Id: Ieed4f555f757a6ee37285c0317659524ec97bfa8
Signed-off-by: Michael Jeanson <[email protected]>
Signed-off-by: Jérémie Galarneau <[email protected]>
  • Loading branch information
mjeanson authored and jgalar committed Mar 31, 2023
1 parent 011e18d commit 8466f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/lttngtest/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(
test_app_env["LTTNG_UST_REGISTER_TIMEOUT"] = "-1"

# File that the application will create to indicate it has completed its initialization.
app_ready_file_path: str = tempfile.mktemp(
app_ready_file_path = tempfile.mktemp(
prefix="app_",
suffix="_ready",
dir=self._compat_open_path(environment.lttng_home_location),
Expand Down

0 comments on commit 8466f07

Please sign in to comment.