diff --git a/softman.py b/softman.py index 516ebd9..e1d603f 100644 --- a/softman.py +++ b/softman.py @@ -134,7 +134,7 @@ class App: self.__current_filepath = filepath self.__file = open(str(filepath), mode) - return __enter__ + return self # @TODO write below method to duplicate file or template in local to project role file/template def clone(self, source_scope: Scopes = Scopes.SYS, target_scope: Scopes = Scopes.PROJ, index: int = 0) -> Never: