summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-14 09:28:55 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-14 09:28:55 +0300
commit7c37aedfbc89c1ba415148380f79d860ef0cb0a2 (patch)
treee4184ca74b0c028c53e4a714bcb32e4f4829a291 /share
parenta06ef1f46c8603b8b5e5a44e6521b10238331891 (diff)
downloadsubplot-7c37aedfbc89c1ba415148380f79d860ef0cb0a2.tar.gz
style: remove unwanted spaces in function definition
Sponsored-by: author
Diffstat (limited to 'share')
-rw-r--r--share/python/lib/files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/python/lib/files.py b/share/python/lib/files.py
index 8c2c3a7..fe94ed2 100644
--- a/share/python/lib/files.py
+++ b/share/python/lib/files.py
@@ -108,7 +108,7 @@ def files_match(ctx, filename1=None, filename2=None):
assert_eq(data1, data2)
-def files_touch_with_timestamp(ctx, filename=None, mtime = None):
+def files_touch_with_timestamp(ctx, filename=None, mtime=None):
t = strptime(mtime, "%Y-%m-%d %H:%M:%S")
ts = time.mktime(t)
_files_touch(filename, ts)