mistercrunch commented on a change in pull request #8850: Version number and SHA added to user menu URL: https://github.com/apache/incubator-superset/pull/8850#discussion_r358641058
########## File path: superset/config.py ########## @@ -55,7 +55,7 @@ # --------------------------------------------------------- PACKAGE_DIR = os.path.join(BASE_DIR, "static", "assets") VERSION_INFO_FILE = os.path.join(PACKAGE_DIR, "version_info.json") -PACKAGE_JSON_FILE = os.path.join(BASE_DIR, "assets" "package.json") +PACKAGE_JSON_FILE = os.path.join(BASE_DIR, "assets", "package.json") Review comment: Looks like it was my bad here: https://github.com/apache/incubator-superset/pull/8196 :( ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
