Fix bad quotes
This commit is contained in:
parent
f686db1a1e
commit
bc09325804
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def append_timestamp(
|
|||
:param session_name_base: the base name of the tracing session
|
||||
:return: the session name with timestamp
|
||||
"""
|
||||
return session_name_base + '-' + time.strftime("%Y%m%d%H%M%S")
|
||||
return session_name_base + '-' + time.strftime('%Y%m%d%H%M%S')
|
||||
|
||||
|
||||
def get_full_session_path(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue