Browse Source

Update 'new-locale.py' script to handle 'devscripts'

doc-issue-template
MrS0m30n3 7 years ago
parent
commit
da55eac072
1 changed files with 2 additions and 2 deletions
  1. 4
      devscripts/new-locale.py

4
devscripts/new-locale.py

@ -33,8 +33,8 @@ def output(msg):
def manage_directory():
"""Allow script calls outside the 'locale_build' dir."""
if os.path.basename(os.getcwd()) == "locale_build":
"""Allow script calls from the 'devscripts' dir and the package dir."""
if os.path.basename(os.getcwd()) == "devscripts":
os.chdir("..")

Loading…
Cancel
Save