Skip to content
Snippets Groups Projects

Fix lint issues

Merged Daniel Silverstone requested to merge danielsilverstone-ct/fix-lint-issues into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -207,7 +207,7 @@ class YamlCache():
filepath = os.path.relpath(full_path, project.directory)
else:
filepath = full_path
return full_path
return filepath
# _calculate_key():
#
Loading