Skip to content

Commit

Permalink
typo in SyncingException error message fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Depoix committed Jun 21, 2017
1 parent 30555d4 commit 40b7f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goto_cloud/migration_commander/syncing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 40b7f06

Please sign in to comment.