#214 Remove un-necessary os.path.join in runserver
Merged 7 years ago by pingou. Opened 7 years ago by pingou.
pingou/fedora-hubs fix_runserver  into  develop

file modified
+1 -1
@@ -25,7 +25,7 @@ 

  if args.config:

      config = args.config

      if not config.startswith('/'):

-         here = os.path.join(os.path.dirname(os.path.abspath(__file__)))

+         here = os.path.dirname(os.path.abspath(__file__))

          config = os.path.join(here, config)

      os.environ['HUBS_CONFIG'] = config

  

no initial comment

Pull-Request has been merged by pingou

7 years ago

Pull-Request has been merged by pingou

7 years ago
Metadata