diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-09-19 12:40:56 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-09-19 12:40:56 -0400 |
commit | be40936881a747893d03c5c003914efb3867ccd1 (patch) | |
tree | e2fa18a02354682d9098c3cc4b7048aae1f38848 /scripts/perf/logsdir.py | |
parent | 8342d68ea9d668162bffb6e821c9d8f8d5683c10 (diff) |
trailing spaces from other branches
Diffstat (limited to 'scripts/perf/logsdir.py')
-rw-r--r-- | scripts/perf/logsdir.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/perf/logsdir.py b/scripts/perf/logsdir.py index c8b498cf78..5ab45a28b6 100644 --- a/scripts/perf/logsdir.py +++ b/scripts/perf/logsdir.py @@ -25,7 +25,7 @@ def logsdir(): if (system == 'Darwin'): base_dir = os.path.join(os.path.expanduser('~'), 'Library','Application Support',app) - elif (system == 'Linux'): + elif (system == 'Linux'): base_dir = os.path.join(os.path.expanduser('~'), '.' + app.lower()) elif (system == 'Windows'): |