Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maximilian Nöthe
LSTOSA
Commits
558459a7
Commit
558459a7
authored
Jan 31, 2020
by
Lab
Browse files
Updating
parent
f4894c47
Changes
2
Hide whitespace changes
Inline
Side-by-side
cfg/sequencer.cfg
View file @
558459a7
...
...
@@ -7,7 +7,7 @@
# The %()s variables are wildcards for string substitutions
#
[ENV]
SBATCHBIN = srun
-N 1 -n 1
SBATCHBIN = srun
#SBATCHBIN =
PYTHONBIN = /usr/bin
...
...
osa/jobs/job.py
View file @
558459a7
...
...
@@ -547,7 +547,7 @@ def date_in_yymmdd(datestring,timestring):
# Change the day
time
=
timestring
.
split
(
':'
)
if
(
int
(
time
[
0
])
>=
17
and
int
(
time
[
0
])
<=
23
):
dd
=
str
(
int
(
date
[
2
])
+
1
)
dd
=
str
(
int
(
date
[
2
]))
else
:
dd
=
date
[
2
]
return
yy
,
mm
,
dd
Write
Preview
Supports
Markdown
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