mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-05-20 08:45:40 +01:00
remove %s old formatting style (last bits)
This commit is contained in:
+1
-1
@@ -862,7 +862,7 @@ class LoadingSurvex():
|
|||||||
print(f' ! Failed to find cave for {cavepath.lower()}')
|
print(f' ! Failed to find cave for {cavepath.lower()}')
|
||||||
else:
|
else:
|
||||||
# not a cave, but that is fine.
|
# not a cave, but that is fine.
|
||||||
# print(' ! No regex(standard identifier) cave match for %s' % cavepath.lower())
|
# print(f' ! No regex(standard identifier) cave match for {cavepath.lower()}')
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def GetSurvexDirectory(self, headpath):
|
def GetSurvexDirectory(self, headpath):
|
||||||
|
|||||||
@@ -212,7 +212,6 @@ trogglepatterns = [
|
|||||||
|
|
||||||
# do NOT allow DIR_ROOT prefix to all urls
|
# do NOT allow DIR_ROOT prefix to all urls
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
# re_path('^%s' % settings.DIR_ROOT, include(trogglepatterns))
|
|
||||||
re_path('', include(trogglepatterns))
|
re_path('', include(trogglepatterns))
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user