mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 16:22:55 +00:00
run the superclass version of clone, we don't need to do too much here yet
This commit is contained in:
parent
ca61eb86f9
commit
6f323dcd6f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class Commands(pyrpkg.Commands):
|
|||
raise NotImplementedError("This command is not yet implemented in centpkg")
|
||||
|
||||
def clone(self, *args, **kwargs):
|
||||
raise NotImplementedError("This command is not yet implemented in centpkg")
|
||||
super(Commands,self).clone(*args, **kwargs)
|
||||
|
||||
def clone_with_dirs(self, *args, **kwargs):
|
||||
raise NotImplementedError("This command is not yet implemented in centpkg")
|
||||
|
|
Loading…
Add table
Reference in a new issue