Skip to content

Commit 18010cd

Browse files
author
Slyke
committed
Removed testing override file and useless comment
1 parent 694778f commit 18010cd

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.templates/python/app/requirements.txt

Whitespace-only changes.

compose-override.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

scripts/yaml_merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ def mergeYaml(priorityYaml, extensionYaml):
3333

3434
with open(r'%s' % pathOutput, 'w') as outputFile:
3535
# yaml.dump(mergedYaml, outputFile, default_flow_style=False, sort_keys=False) # TODO: 'sort_keys' not available in this version of Python/yaml
36-
yaml.dump(mergedYaml, outputFile, default_flow_style=False) # Gotta pretty this up for human consumption
36+
yaml.dump(mergedYaml, outputFile, default_flow_style=False)

0 commit comments

Comments
 (0)