Skip to content
Snippets Groups Projects
Commit cd2c7b04 authored by Timothy Stack's avatar Timothy Stack
Browse files

Remove a testing conditional that got left in

parent 605141d4
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,7 @@ class MyServer(SSL.ForkingSSLServer, SimpleXMLRPCDispatcher):
raise Exception('User "%s" is not active' % self.user)
self.admin = self.isadminuser(self.user)
if not self.admin:
if self.admin:
ALLOWED_PATHS.extend(map(lambda x: os.path.join(STD_DEVEL_PATH, x),
os.listdir(STD_DEVEL_PATH)))
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment