-
Notifications
You must be signed in to change notification settings - Fork 17
Use 'standard' file extensions for dag and sub files #134
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
Comments
Thanks for bringing this up @duncanmmacleod! The current use of A PR would be very welcome :) I suspect this should be a relatively straightforward update. There are probably some places in the documentation or perhaps a few tests that make reference to the current |
- use `.dag` for dag files - use `.sub` for submit files Fixes pycondor#134
- use `.dag` for dag files - use `.sub` for submit files Fixes pycondor#134
- use `.dag` for dag files - use `.sub` for submit files Fixes pycondor#134
Just came across this issue myself and want to lend my support to this change. It makes much more sense from a user perspective for the dag and submit files to have different extensions. Thanks! |
Description
Currently,
pycondor
writes all submission files using the.submit
file extension. I think it would be good to instead write dagman files with.dag
and job files with.sub
, as seems to be the standard usage (according to the condor manual, and my personal experience).This is a pretty simple change, so am happy to implement it and submit a PR, but wanted to check whether this is not done currently for a good reason, or whether there are any gotchas.
The text was updated successfully, but these errors were encountered: