Commit 7026a4bd by Kálmán Viktor

dashboard: fix new lines

parent 8453d688
# Copyright 2014 Budapest University of Technology and Economics (BME IK) # Copyright 2014 Budapest University of Technology and Economics (BME IK)
# #
# This file is part of CIRCLE Cloud. # This file is part of CIRCLE Cloud.
# #
...@@ -3158,7 +3157,6 @@ class StoreList(LoginRequiredMixin, TemplateView): ...@@ -3158,7 +3157,6 @@ class StoreList(LoginRequiredMixin, TemplateView):
" Try again later.")) " Try again later."))
return redirect("/") return redirect("/")
def create_up_directory(self, directory): def create_up_directory(self, directory):
path = normpath(join('/', directory, '..')) path = normpath(join('/', directory, '..'))
if not path.endswith("/"): if not path.endswith("/"):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment