Skip to content
Snippets Groups Projects
Commit ec05aba8 authored by Dennis Baurichter's avatar Dennis Baurichter
Browse files

commit: Fix symlinking

Fixes #65
parent 9d5f13f6
No related branches found
No related tags found
No related merge requests found
......@@ -699,6 +699,7 @@ for base, ns, items in sorted(all_exams,key=lambda i:i[1].lectures):
for path in link_directories:
print(" creating symlinks in %s"%path)
for item in items:
item=os.path.basename(item)
try:
os.symlink(
os.path.relpath(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment