Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
CNNArch2X
Commits
e96673a2
Commit
e96673a2
authored
Sep 28, 2020
by
Malte Heithoff
Browse files
Fixed bug
parent
46ea91be
Pipeline
#335960
passed with stage
in 1 minute and 38 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/monticar/cnnarch/generator/CNNArchTemplateController.java
View file @
e96673a2
...
...
@@ -209,7 +209,7 @@ public abstract class CNNArchTemplateController {
include
(
""
,
templateNameWithoutEnding
,
newWriter
);
String
fileEnding
=
targetLanguage
.
toString
();
String
fileName
=
getFileNameWithoutEnding
()
+
fileEnding
;
FileContent
fileContent
=
new
FileContent
(
fileName
,
newWriter
.
toString
());
FileContent
fileContent
=
new
FileContent
(
newWriter
.
toString
()
,
fileName
);
this
.
mainTemplateNameWithoutEnding
=
null
;
this
.
targetLanguage
=
null
;
...
...
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