mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 05:31:04 +08:00
fix package-project typos
This commit is contained in:
+4
-4
@@ -150,10 +150,10 @@ client/styleguide
|
||||
# webpack stats
|
||||
client/webpack-stats.json
|
||||
|
||||
# Projects
|
||||
projects/*/build
|
||||
projects/*/dist
|
||||
projects/*/*.egg-info
|
||||
# packages
|
||||
packages/*/build
|
||||
packages/*/dist
|
||||
packages/*/*.egg-info
|
||||
|
||||
# Misc
|
||||
*.orig
|
||||
|
||||
@@ -1525,7 +1525,7 @@ galaxy_root_path = os.path.join(__path__[0], "..", "..", "..")
|
||||
|
||||
def galaxy_directory():
|
||||
root_path = os.path.abspath(galaxy_root_path)
|
||||
if os.path.basename(root_path) == "projects":
|
||||
if os.path.basename(root_path) == "packages":
|
||||
root_path = os.path.abspath(os.path.join(root_path, ".."))
|
||||
return root_path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user