mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-10 06:12:12 +08:00
Migrated % string formating
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ class Images(webapp2.RequestHandler):
|
||||
class Redirect(webapp2.RequestHandler):
|
||||
def get(self):
|
||||
path = str(self.request.path).split(os.path.sep)[3:]
|
||||
self.redirect(('/%s'%os.path.sep.join(path)), permanent=True)
|
||||
self.redirect(('/{0!s}'.format(os.path.sep.join(path))), permanent=True)
|
||||
|
||||
|
||||
class MainPage(webapp2.RequestHandler):
|
||||
|
||||
Reference in New Issue
Block a user