@@ -12,7 +12,8 @@ def stls(machine, parts = None):
target_dir=machine+"/stls"
ifos.path.isdir(target_dir):
ifnotparts:
shutil.rmtree(target_dir)
shutil.rmtree(target_dir)#if making the BOM clear the directory first
os.makedirs(target_dir)
else:
os.makedirs(target_dir)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.