Skip to content

Commit

Permalink
Change comment position
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanqiao4396 committed Jun 11, 2022
1 parent 85d8b3d commit bddfb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatorgrade/generate/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ def write_yaml_of_paths_list(
# Iterate through items in path_names
if file_path.endswith(os.path.sep):
file_path = file_path[0:-1]
# Convert file separators to '/'
file_path_fixed = file_path.replace(os.path.sep, "/")
# Make file_path easier to read by removing unnecessary characters
# Convert file separators to '/'
file_path_dict = {
# Dictionary to store the file paths
file_path_fixed: [
Expand Down

0 comments on commit bddfb62

Please sign in to comment.