We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9410a21 commit b57c955Copy full SHA for b57c955
examples/timestamp_filename/code.py
@@ -46,7 +46,6 @@
46
pycam.tone(1600, 0.05)
47
try:
48
pycam.display_message("snap", color=0x00DD00)
49
- # pylint: disable=line-too-long
50
timestamp = "img_{}-{}-{}_{:02}-{:02}-{:02}_".format(
51
time.localtime().tm_year,
52
time.localtime().tm_mon,
0 commit comments