Skip to content

Commit 0167de8

Browse files
Yuri05KatrinCoboeken
authored andcommitted
Fixes Open-Systems-Pharmacology#57 Draft watermark is ALWAYS generated (Open-Systems-Pharmacology#58)
* Fixes Open-Systems-Pharmacology#57 Draft watermark is ALWAYS generated * Fixes appveyour issue * Fixes appveyour issue
1 parent 35205ea commit 0167de8

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

appveyor.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
environment:
2-
app_version: '2.0.0'
31

4-
version: '%app_version%.{build}'
2+
version: '2.0.0.{build}'
53

64
install:
75
- set PATH=C:\Ruby22\bin;%PATH%

src/code/engine_library/getReportFigure.m

+5-5
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@
8686
end
8787

8888
% set watermark
89-
% if WSettings.isValidatedSystem
90-
% timestamp = false;
91-
% watermark = '';
92-
% else
89+
if WSettings.isValidatedSystem
90+
timestamp = false;
91+
watermark = '';
92+
else
9393
watermark = 'Not QCed!';
9494
timestamp = true;
95-
%end
95+
end
9696

9797
% Get the fontsize if not user defined corresponding to the numbers of
9898
% figures

0 commit comments

Comments
 (0)