Jun-30-2018, 11:22 PM
(This post was last modified: Jun-30-2018, 11:22 PM by hhanswurster.)
Hey Guys,
i try to log some settings every time my script runs.
output after severl runs:
all looks good, but i dont want the "END" ?! anyone knows were this is comming from?
i try to log some settings every time my script runs.
1 2 3 4 5 6 |
# write log entry f = open ( "/media/pi/6CD8-2DB41/images/log/log.txt" , "a" ) f.write( "\n" + str (newest) + " " + str (g_f) + " " + str (g_iso) + " " + str (luxvis) + " " + str (fiso) + " " + str (output[ - 1 ])) f.close() print "wrote log" |
Quote:2018_06_30_20_25_25.arw 8.0 400 48 2 8/10
END
2018_06_30_20_30_19.arw 8.0 250 47 2 10/10
END
2018_06_30_20_35_17.arw 8.0 250 47 2 10/10
END
2018_06_30_20_40_18.arw 8.0 250 46 2 10/10
END
2018_06_30_20_45_17.arw 8.0 250 45 2 13/10
END
2018_06_30_20_50_19.arw 8.0 250 40 2 13/10
END
2018_06_30_20_55_19.arw 8.0 250 38 2 13/10
END
2018_06_30_21_00_19.arw 8.0 250 38 2 13/10
END
2018_06_30_21_05_23.arw 8.0 250 24 2 32/10
END
2018_06_30_21_10_22.arw 8.0 250 23 2 32/10
END
2018_06_30_21_15_21.arw 8.0 250 23 2 32/10
all looks good, but i dont want the "END" ?! anyone knows were this is comming from?