diff --git a/tracetools_trace/tracetools_trace/tools/path.py b/tracetools_trace/tracetools_trace/tools/path.py index 9baf45b..bcbcac3 100644 --- a/tracetools_trace/tracetools_trace/tools/path.py +++ b/tracetools_trace/tracetools_trace/tools/path.py @@ -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(