~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to documentation/management/commands/create_docs.py

Updated packages June 2019

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
                    # only needed on first run
56
56
                    os.mkdir(target_dir)
57
57
 
58
 
                if os.path.exists(link_name):
 
58
                if os.path.lexists(link_name):
59
59
                    # only needed if this script has already run
60
60
                    os.remove(link_name)
61
61