must copy wheel to olddir when -w flag is not given
This commit is contained in:
@ -105,8 +105,8 @@ os.system(sys.executable + ' makewheel.py')
|
|||||||
for wheel in glob.glob('lammps-*.whl'):
|
for wheel in glob.glob('lammps-*.whl'):
|
||||||
if args.wheeldir:
|
if args.wheeldir:
|
||||||
shutil.copy(wheel, args.wheeldir)
|
shutil.copy(wheel, args.wheeldir)
|
||||||
|
else:
|
||||||
print('wheel = ', wheel)
|
shutil.copy(wheel, olddir)
|
||||||
|
|
||||||
# remove temporary folders and files
|
# remove temporary folders and files
|
||||||
os.chdir(olddir)
|
os.chdir(olddir)
|
||||||
|
|||||||
Reference in New Issue
Block a user