Skip to content

Commit

Permalink
convention
Browse files Browse the repository at this point in the history
  • Loading branch information
ziesski committed Jun 25, 2024
1 parent 6a99fe1 commit b04c7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion track_Rainbow_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
CURRENT_PATH = os.path.dirname(os.path.realpath(__file__))
RG_DIR = os.environ.get('RAINBOW_GRADES_DIRECTORY')
REPORT_DIR = os.environ.get('REPORTS_DIRECTORY')
WORKING_DIRECTORY = os.path.join(".")
WORKING_DIRECTORY = "."

if __name__ == "__main__":

Expand Down

0 comments on commit b04c7a2

Please sign in to comment.