diff options
author | François Andriot <francois.andriot@thalesgroup.com> | 2023-04-09 19:06:32 +0200 |
---|---|---|
committer | François Andriot <francois.andriot@thalesgroup.com> | 2023-04-09 19:52:24 +0200 |
commit | 3cd0cbde8a3af86c8d72253e4da2a79e22cafee7 (patch) | |
tree | f0a79d1161dd1470b8a678ded493f8531387bc0d /kexi/plugins/scripting/scripts/copycenter | |
parent | 2b9cf56a7279b00af540ba193f28c8be2c51915f (diff) | |
download | koffice-r14.1.0.tar.gz koffice-r14.1.0.zip |
Fix python3 indentationr14.1.0
Signed-off-by: François Andriot <francois.andriot@thalesgroup.com>
Diffstat (limited to 'kexi/plugins/scripting/scripts/copycenter')
-rw-r--r-- | kexi/plugins/scripting/scripts/copycenter/CopyCenterPluginKexiDB.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/plugins/scripting/scripts/copycenter/CopyCenterPluginKexiDB.py b/kexi/plugins/scripting/scripts/copycenter/CopyCenterPluginKexiDB.py index ca6a3f6ba..8c6c431b7 100644 --- a/kexi/plugins/scripting/scripts/copycenter/CopyCenterPluginKexiDB.py +++ b/kexi/plugins/scripting/scripts/copycenter/CopyCenterPluginKexiDB.py @@ -185,10 +185,10 @@ class CopyCenterPlugin: self.copierer.writeSuccess(record, 1) else: print("=> insert failed: %s" % self.kexidbconnection.lastError()) - self.copierer.writeFailed(record) + self.copierer.writeFailed(record) #import time - #time.sleep(1) - return True + #time.sleep(1) + return True def __init__(self, copycenter): """ Constructor. """ |