Commit 7026a4bd by Kálmán Viktor

dashboard: fix new lines

parent 8453d688
# Copyright 2014 Budapest University of Technology and Economics (BME IK)
#
# This file is part of CIRCLE Cloud.
#
......@@ -3158,7 +3157,6 @@ class StoreList(LoginRequiredMixin, TemplateView):
" Try again later."))
return redirect("/")
def create_up_directory(self, directory):
path = normpath(join('/', directory, '..'))
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