Fix the setup.py dev

This commit is contained in:
Simon Schampijer 2008-06-04 22:26:40 +02:00
parent 4bdddfd20d
commit cc7ce17eb7

View File

@ -168,7 +168,7 @@ def cmd_dev(config, options, args):
bundle_path = env.get_user_activities_path() bundle_path = env.get_user_activities_path()
if not os.path.isdir(bundle_path): if not os.path.isdir(bundle_path):
os.mkdir(bundle_path) os.mkdir(bundle_path)
bundle_path = os.path.join(bundle_path, config.bundle_top_dir) bundle_path = os.path.join(bundle_path, config.bundle_root_dir)
try: try:
os.symlink(config.source_dir, bundle_path) os.symlink(config.source_dir, bundle_path)
except OSError: except OSError: