addon_manager: allow uploading . dir
fixes GH-2494
This commit is contained in:
parent
68d5a8dd57
commit
f7b31e79c9
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ if __name__ == "__main__":
|
|||
|
||||
# New style with _server.pbl
|
||||
pbl_file_name = os.path.join(args.upload, "_server.pbl")
|
||||
name = os.path.basename(args.upload)
|
||||
name = os.path.basename(os.path.realpath(args.upload))
|
||||
wmldir = args.upload
|
||||
cfgfile = None # _main.cfg will be uploaded with the rest
|
||||
ignfile = os.path.join(args.upload, "_server.ign")
|
||||
|
|
Loading…
Add table
Reference in a new issue