summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-09-13 16:50:33 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-09-13 16:50:33 -0400
commit30238772354d4a99c2867f35b7e87c4f1a748222 (patch)
tree4cb6e47516f86e512bf4ecc15c277e7f293125a2 /scripts
parent5b5ea5893c917ea8d4e7a0eeff6e1b61ee0ef719 (diff)
Zap stray trailing space.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/perf/logsdir.py2
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'):