Skip to content

Commit f348bc9

Browse files
committed
Missed one
1 parent 2170881 commit f348bc9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

contentctl/objects/config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,6 @@ def getPackageFilePath(self, include_version:bool=False)->pathlib.Path:
233233
return self.getBuildDir() / f"{self.app.appid}-{self.app.version}.tar.gz"
234234
else:
235235
return self.getBuildDir() / f"{self.app.appid}-latest.tar.gz"
236-
237-
def getSSAPath(self)->pathlib.Path:
238-
return self.getBuildDir() / "ssa"
239236

240237
def getAPIPath(self)->pathlib.Path:
241238
return self.getBuildDir() / "api"

0 commit comments

Comments
 (0)