forked from expo/troggle
remove %s old formatting style (last bits)
This commit is contained in:
parent
7738b2836e
commit
822965ebe5
@ -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):
|
||||||
|
1
urls.py
1
urls.py
@ -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))
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user