From 40b7f06de906d8a47ae18aaa6610a039ac6d8d9f Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Wed, 21 Jun 2017 15:22:20 +0200 Subject: [PATCH] typo in SyncingException error message fixed --- goto_cloud/migration_commander/syncing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goto_cloud/migration_commander/syncing.py b/goto_cloud/migration_commander/syncing.py index 38e39c3..4cfe698 100644 --- a/goto_cloud/migration_commander/syncing.py +++ b/goto_cloud/migration_commander/syncing.py @@ -18,7 +18,7 @@ class SyncingException(DeviceModifyingCommand.CommandExecutionException): """ raised if an error occurs during the sync """ - COMMAND_DOES = 'syncing' + COMMAND_DOES = 'do the sync' ERROR_REPORT_EXCEPTION_CLASS = SyncingException