From 8523ed1cef568bc6c0b16981335aaf8407a45a25 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Fri, 27 Mar 2020 13:26:52 +0100 Subject: [PATCH] Upgrade script: Small docstring fix --- nixio/cmd/upgrade.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixio/cmd/upgrade.py b/nixio/cmd/upgrade.py index acae1d6e..50f895a6 100644 --- a/nixio/cmd/upgrade.py +++ b/nixio/cmd/upgrade.py @@ -31,8 +31,7 @@ def add_id(): def update_property_values(fname): """ Returns a closure that binds the filename. When the return value is - called, it modifies rewrites all the metadata Property objects to the new - format. + called, it rewrites all the metadata Property objects to the new format. """ props = list()