Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
BAORadio
AnaPAON4
Commits
09a7867a
Commit
09a7867a
authored
Feb 22, 2019
by
Jean-Eric Campagne
Browse files
some fix
parent
7c72b44d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
TrackingSrc/altaz/altaz.py
TrackingSrc/altaz/altaz.py
+1
-1
No files found.
TrackingSrc/altaz/altaz.py
View file @
09a7867a
...
...
@@ -130,7 +130,7 @@ def write_survey(local_lat,
else
:
fname
=
f
'
{
source
}
_survey.txt'
print
(
f
'
{
"Save tracking on file
{
fname
}
"
}
'
)
print
(
"Save tracking on file {
}"
.
format
(
fname
)
)
file
=
open
(
fname
,
"w"
)
file
.
write
(
"#### Track for {}
\n
"
.
format
(
source
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment