-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ajoute le support du fichier RecetteÀMarcel en bon français #23
Conversation
👍 |
@@ -57,7 +91,9 @@ def check_for_marcefile(command): | |||
if exists(join(dirname(__file__), u'RecetteÀMarcel')): | |||
# Check if a "-f" argument was not already given | |||
if '-f' not in command: | |||
command = command[:2] + ['-f', u'./RecetteÀMarcel'] + command[2:] | |||
# We want to generate a file with the propre Dockerfile format | |||
translate_marcefile(u'RecetteÀMarcel', u'.RecetteÀMarcel.Dockerfile') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
translated_marcelfile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are talking about the function name ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed !
Ces noms de variables sont un peu trop anglophones |
a1fd1ab
to
2f041ba
Compare
If everyone is okay I can merge this ! |
👍 |
Ajoute le support du fichier RecetteÀMarcel en bon français
Cette requête de tirage ajoute la possibilité non seulement de détecter un fichier RecetteÀMarcel dans le répertoire courant, mais de le traduire de son bon format vers un Dockerfile.