We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a37316 commit c6cb736Copy full SHA for c6cb736
src/sploitkit/base/commands/project.py
@@ -70,7 +70,7 @@ def complete_values(self):
70
return [x.stem for x in self.workspace.iterfiles(".zip")]
71
72
def run(self, project):
73
- self.logger.debug(f"Loading archive '{project+ ".zip"}'...")
+ self.logger.debug(f"Loading archive '{project}.zip'...")
74
projpath = Path(self.workspace).joinpath(project)
75
archive = ProjectPath(projpath.with_suffix(".zip"))
76
ask = self.console.config.option("ENCRYPT_PROJECT").value
0 commit comments