Try to make compatible code with direct Python call ; reduce the hard link of the code with the cli #173
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
I started to use this code to backup my repositories, but I use it directly with Python.
The main problems :
args.user = os.environ['USER']to change it, it's okay)I tryed in this MR to make the smaller changes as possible with the same behavior for CLI :
We need to test all is okay, but I can detect a small change : log time uses now 3 decimals for microseconds and no more 6.
Regards,