Skip to content

Commit

Permalink
This bug somehow hung around - this line is needed to be able to read…
Browse files Browse the repository at this point in the history
… profiles saved by the user
  • Loading branch information
keltonhalbert committed Sep 16, 2019
1 parent 4cd3db8 commit 7a56b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharppy/sharptab/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def qc(val):
#print(now, self.date)
user = getpass.getuser()
snd_file.write("%TITLE%\n")
#snd_file.write("%s %s\n Saved by user: %s on %s UTC\n" % (snd_loc, self.date.strftime("%y%m%d/%H%M"), user, now.strftime('%Y%m%d/%H%M')))
snd_file.write("%s %s\n Saved by user: %s on %s UTC\n" % (snd_loc, self.date.strftime("%y%m%d/%H%M"), user, now.strftime('%Y%m%d/%H%M')))
snd_file.write(" LEVEL HGHT TEMP DWPT WDIR WSPD\n")
snd_file.write("-------------------------------------------------------------------\n")
snd_file.write("%RAW%\n")
Expand Down

0 comments on commit 7a56b46

Please sign in to comment.