Fix dev command
This commit is contained in:
parent
7d76115048
commit
474313ffde
@ -108,7 +108,7 @@ setup.py help - print this message \n\
|
|||||||
'
|
'
|
||||||
|
|
||||||
def cmd_dev():
|
def cmd_dev():
|
||||||
bundle_path = get_bundle_path()
|
bundle_path = os.path.join(_get_activities_path(), _get_bundle_dir())
|
||||||
try:
|
try:
|
||||||
os.symlink(_get_source_path(), bundle_path)
|
os.symlink(_get_source_path(), bundle_path)
|
||||||
except OSError:
|
except OSError:
|
||||||
|
Loading…
Reference in New Issue
Block a user