Skip to content
Snippets Groups Projects

Resolve "Use pylint for linting"

Merged James Ennis requested to merge jennis/buildstream:239-use-pylint-for-linting into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -66,7 +66,7 @@ def ensure(path, compress):
# commit (str): The commit checksum to checkout
# user (boot): Whether to checkout in user mode
#
def checkout(repo, path, commit_, user=False):
def checkout(repo, path, commit, user=False):
# Check out a full copy of an OSTree at a given ref to some directory.
#
Loading