Skip to content

Commit dcae9cd

Browse files
committed
Update a comment
1 parent 674082c commit dcae9cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seleniumbase/core/application_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ class ApplicationManager:
1212

1313
@classmethod
1414
def generate_application_string(cls, test):
15-
"""Generate an application string based on some of the given information
16-
that can be pulled from the test object: app_env, start_time."""
15+
"""Generate a string based on some of the given information
16+
that's pulled from the test object: app_env, start_time."""
1717

1818
app_env = "test"
1919
if hasattr(test, "env"):

0 commit comments

Comments
 (0)