Skip to content

Commit

Permalink
👷 Add copyright to files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 6, 2024
1 parent 8e2a1f7 commit 3a297e2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions affected_files.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
affected_files.txt
after_files.txt
before_files.txt
main.py
scripts/deviceLibs/picoDevices.py
2 changes: 1 addition & 1 deletion after_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ scripts/deviceLibs/serialDevices.py
scripts/deviceLibs/visaDevices.py
scripts/devicesLink.py
scripts/logger.py
scripts/realTimePlot.py
scripts/realTimePlotting.py
scripts/settings.py
utils/addCopyright.py
utils/requirements.txt
2 changes: 1 addition & 1 deletion before_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ scripts/deviceLibs/serialDevices.py
scripts/deviceLibs/visaDevices.py
scripts/devicesLink.py
scripts/logger.py
scripts/realTimePlot.py
scripts/realTimePlotting.py
scripts/settings.py
utils/addCopyright.py
utils/requirements.txt
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,4 +314,5 @@ def plotting(parent, title, num_of_lines, legend_labels):
listWidget_vacuum = main_window.findChild(QtWidgets.QWidget, "listWidget_vacuum")
plotting(listWidget_vacuum, "Pompe à vide", 1, ["Channel A"])

sys.exit(app.exec())
sys.exit(app.exec())
# Développé avec ❤️ par : www.noasecond.com.
3 changes: 2 additions & 1 deletion scripts/deviceLibs/picoDevices.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,5 @@ def get_pico_list():
for device in found:
device_list.append(
"PicoScope " + device.variant + " with serial " + device.serial)
return device_list
return device_list
# Développé avec ❤️ par : www.noasecond.com.

0 comments on commit 3a297e2

Please sign in to comment.