Skip to content

Commit 0d7a72c

Browse files
committed
Solved comments
1 parent 615dbd0 commit 0d7a72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/managers/cdn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def purge_content(self, unique_id, path):
140140
:param str path: A string of url or path that should be purged.
141141
:returns: A Container_Network_CdnMarketplace_Configuration_Cache_Purge array object
142142
"""
143-
path = "/{}".format(path)
143+
path = f"/{path}"
144144
return self.cdn_purge.createPurge(unique_id, path)
145145

146146
def get_usage_metrics(self, unique_id, history=30, frequency="aggregate"):

0 commit comments

Comments
 (0)