You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
218 B

{% calculate handler = 'handler_2', path = '/etc', run = '/usr/bin/python',
notify = 'handler_3' %}
import os
os.mkdir('./dir_40')
with open('./dir_40/file_0', 'w') as file_0:
file_0.write('Information number 2.')