поправил форматирование
This commit is contained in:
parent
02807b5f19
commit
6e1ec01a13
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue