поправил форматирование

This commit is contained in:
rzaitov 2013-10-31 14:16:56 +04:00
parent 02807b5f19
commit 6e1ec01a13
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class CopyCommand:
assert copyArguments is not None
self.__pathProvider = pathProvider
self.__copyArguments = copyArguments
self.__copyArguments = copyArguments
def execute(self):
source = self.__expandPath(self.__copyArguments.source)