Skip to content
Snippets Groups Projects
Commit c0580b02 authored by Adriaan Renting's avatar Adriaan Renting
Browse files

Task #8481: replaced DEFUALT with DEFAULT

parent e163ec47
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python #!/usr/bin/python
with open("add_virtual_instrument.sql", 'w') as output: with open("add_virtual_instrument.sql", 'w+') as output:
output.write("-- resourceassignment password for testing on mcu005 is the same as the password on the president's luggage +6\n") output.write("-- resourceassignment password for testing on mcu005 is the same as the password on the president's luggage +6\n")
output.write("-- psql resourceassignment -U resourceassignment -f add_virtual_instrument.sql -W\n") output.write("-- psql resourceassignment -U resourceassignment -f add_virtual_instrument.sql -W\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment