| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a399881 commit e714c42
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,6 +33,7 @@ def try_unlink(path): | |||
| 33 | 33 | def try_symlink(source_path, link_path): | |
| 34 | 34 | print 'symlinking %s -> %s' % (source_path, link_path) | |
| 35 | 35 | try_unlink(link_path) | |
| 36 | + try_mkdir_r(os.path.dirname(link_path)) | ||
| 36 | 37 | os.symlink(source_path, link_path) | |
| 37 | 38 | ||
| 38 | 39 | def try_mkdir_r(path): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments